[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while...
authorChad Rosier <mcrosier@apple.com>
Sat, 10 Dec 2011 21:27:40 +0000 (21:27 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 10 Dec 2011 21:27:40 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146331 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FastISel.cpp

index ca1b42de41ac403fe4005431a34a3682d3884bc0..b6990d026872768f697fe7cbfeff11393313cf8e 100644 (file)
@@ -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;