[x86] Implement combineRepeatedFPDivisors
[oota-llvm.git] / test / CodeGen / X86 / 2008-05-28-LocalRegAllocBug.ll
index 0d11546889ac3a3f19d35645944bd04a93db7d56..fc7ddf0bc67ac997391480fc93ac5688aa7986c3 100644 (file)
@@ -1,9 +1,7 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -regalloc=fast
+; RUN: llc < %s -mtriple=i386-apple-darwin -regalloc=fast -optimize-regalloc=0
 
 @_ZTVN10Evaluation10GridOutputILi3EEE = external constant [5 x i32 (...)*]             ; <[5 x i32 (...)*]*> [#uses=1]
 
-declare i8* @llvm.eh.exception() nounwind 
-
 declare i8* @_Znwm(i32)
 
 declare i8* @__cxa_begin_catch(i8*) nounwind 
@@ -26,7 +24,7 @@ lpad243:              ; preds = %bb37
         %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
                  cleanup
        %eh_ptr244 = extractvalue { i8*, i32 } %exn, 0
-       store i32 (...)** getelementptr ([5 x i32 (...)*]* @_ZTVN10Evaluation10GridOutputILi3EEE, i32 0, i32 2), i32 (...)*** null, align 8
+       store i32 (...)** getelementptr ([5 x i32 (...)*], [5 x i32 (...)*]* @_ZTVN10Evaluation10GridOutputILi3EEE, i32 0, i32 2), i32 (...)*** null, align 8
        %tmp133 = call i8* @__cxa_begin_catch( i8* %eh_ptr244 ) nounwind                ; <i8*> [#uses=0]
        unreachable
 }