summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/trip-count.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
commitaf6a408117c52f4d104080514c8d3df58e271128 (patch)
tree756570c9e0b56bca06155af989d9d204ac4f1782 /llvm/test/Analysis/ScalarEvolution/trip-count.ll
parent6f880918d06eb59214ea677a27d9a628ac67f586 (diff)
downloadbcm5719-llvm-af6a408117c52f4d104080514c8d3df58e271128.tar.gz
bcm5719-llvm-af6a408117c52f4d104080514c8d3df58e271128.zip
For PR411:
Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/trip-count.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/trip-count.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/trip-count.ll b/llvm/test/Analysis/ScalarEvolution/trip-count.ll
index 6905d6dd38e..520153baead 100644
--- a/llvm/test/Analysis/ScalarEvolution/trip-count.ll
+++ b/llvm/test/Analysis/ScalarEvolution/trip-count.ll
@@ -19,8 +19,8 @@ bb: ; preds = %bb3
bb3: ; preds = %bb, %entry
%i.0 = phi i32 [ 0, %entry ], [ %tmp2, %bb ] ; <i32> [#uses=3]
- %tmp = icmp sle i32 %i.0, 9999 ; <i1> [#uses=1]
- br i1 %tmp, label %bb, label %bb5
+ %tmp3 = icmp sle i32 %i.0, 9999 ; <i1> [#uses=1]
+ br i1 %tmp3, label %bb, label %bb5
bb5: ; preds = %bb3
br label %return
@@ -28,5 +28,3 @@ bb5: ; preds = %bb3
return: ; preds = %bb5
ret void
}
-
-
OpenPOWER on IntegriCloud