diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll b/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll index e462712..3d77a36 100644 --- a/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll +++ b/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll @@ -6,7 +6,7 @@ target triple = "thumbv7-apple-darwin" ; CHECK-LABEL: @test( ; CHECK: if.end.i126: -; CHECK: %exitcond = icmp ne i8* %destYPixelPtr.010.i, getelementptr (i8* null, i32 undef) +; CHECK: %exitcond = icmp ne i8* %incdec.ptr.i, getelementptr (i8, i8* null, i32 undef) define void @test() nounwind { entry: br label %while.cond @@ -40,7 +40,7 @@ if.else.i124: ; preds = %for.body21.i br label %if.end.i126 if.end.i126: ; preds = %if.else.i124, %for.body21.i - %incdec.ptr.i = getelementptr inbounds i8* %destYPixelPtr.010.i, i32 1 + %incdec.ptr.i = getelementptr inbounds i8, i8* %destYPixelPtr.010.i, i32 1 %inc.i125 = add i32 %x.09.i, 1 %cmp19.i = icmp ult i32 %inc.i125, undef br i1 %cmp19.i, label %for.body21.i, label %for.end.i129 |