summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-16 21:10:15 +0000
committerChris Lattner <sabre@nondot.org>2004-03-16 21:10:15 +0000
commit4dcd0d18ae89242e666327d9c55bd6be6ced60c7 (patch)
tree939730ff93e8ae7cfca5821c5a152e0d4245a087 /test/Transforms
parent13ebaeb278b94afacc21fe6317b45ee71d387d30 (diff)
downloadllvm-4dcd0d18ae89242e666327d9c55bd6be6ced60c7.tar.gz
llvm-4dcd0d18ae89242e666327d9c55bd6be6ced60c7.tar.bz2
llvm-4dcd0d18ae89242e666327d9c55bd6be6ced60c7.tar.xz
Fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll b/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll
index 71f02ae4de..e5c7874df5 100644
--- a/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll
+++ b/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll
@@ -4,7 +4,7 @@ int %test() {
br bool true, label %LoopHead, label %LoopHead
LoopHead:
- %A = phi int [0, %0], [0, %0], [%B, %LoopHead]
+ %A = phi int [7, %0], [7, %0], [%B, %LoopHead]
%B = add int %A, 1
br bool false, label %LoopHead, label %Out
Out: