[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2011-12-10 21:27:40 +00:00
parent d440f678fb
commit 4552d3e22a

View 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;