Fix test
authorChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2004 21:10:15 +0000 (21:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2004 21:10:15 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12445 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll

index 71f02ae4de5f9293660545d340bdf55d29dba082..e5c7874df5ad6821b420f58c530f011bc7a3b4c2 100644 (file)
@@ -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: