summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-10 21:27:40 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-10 21:27:40 +0000
commit3168cabef163f08afb729f363a3487de72cd8215 (patch)
tree9b34f8e40758a78b556c56765601d1f4f14e227b /llvm/lib/CodeGen
parent6f6bf26a3e8e5baeec72aad1a68f384c0a9264dd (diff)
downloadbcm5719-llvm-3168cabef163f08afb729f363a3487de72cd8215.tar.gz
bcm5719-llvm-3168cabef163f08afb729f363a3487de72cd8215.zip
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate.
llvm-svn: 146331
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index ca1b42de41a..b6990d02687 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -943,6 +943,7 @@ FastISel::SelectExtractValue(const User *U) {
bool
FastISel::SelectInsertValue(const User *U) {
+ return false;
const InsertValueInst *IVI = dyn_cast<InsertValueInst>(U);
if (!IVI)
return false;
OpenPOWER on IntegriCloud