summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll')
-rw-r--r--test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll b/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
index 7f79091321..6e45930882 100644
--- a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
+++ b/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
@@ -26,9 +26,9 @@ cond_true: ; preds = %bb2
br label %bb
cond_next: ; preds = %bb2
- %tmp = getelementptr [5 x i8]* @foo, i32 0, i32 %i.0 ; <i8*> [#uses=1]
- %tmp = load i8* %tmp ; <i8> [#uses=1]
- %tmp5 = icmp eq i8 %tmp, 0 ; <i1> [#uses=1]
+ %tmp2 = getelementptr [5 x i8]* @foo, i32 0, i32 %i.0 ; <i8*> [#uses=1]
+ %tmp3 = load i8* %tmp2 ; <i8> [#uses=1]
+ %tmp5 = icmp eq i8 %tmp3, 0 ; <i1> [#uses=1]
br i1 %tmp5, label %bb6, label %bb
bb6: ; preds = %cond_next