Oops, actually USE the previously computed value
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 19:45:39 +0000 (19:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 19:45:39 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12547 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/PhiEliminate.ll

index a6b8062c67d75b78836a15f36b0668d06b66cfaf..ba5f81b5cf77dcc155c56d9ef38ffa5c9ca04af3 100644 (file)
@@ -31,6 +31,7 @@ F:
        call void %use(int  %I4)
        call void %use(int  %I5)
        call void %use(int  %I6)
+       call void %use(int  %I7)
        ret void
 }