IndVarSimplify: Don't let LFTR compare against a poison value
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2011-10-27-lftrnull.ll
index a8020e6014b08b1da869f7fd13f1b17bc21a4b5f..e462712fe7a5b89f719b3e45749340d7d0d97292 100644 (file)
@@ -6,7 +6,7 @@ target triple = "thumbv7-apple-darwin"
 
 ; CHECK-LABEL: @test(
 ; CHECK: if.end.i126:
-; CHECK: %exitcond = icmp ne i8* %incdec.ptr.i, getelementptr (i8* null, i32 undef)
+; CHECK: %exitcond = icmp ne i8* %destYPixelPtr.010.i, getelementptr (i8* null, i32 undef)
 define void @test() nounwind {
 entry:
   br label %while.cond