summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-30 19:45:39 +0000
committerChris Lattner <sabre@nondot.org>2004-03-30 19:45:39 +0000
commit4971b722ffce5c79cc170cb10490c74573479c8f (patch)
treea45392ef806f8b3e580670a579c305b3657c34dd /test
parent5dd784a8cafa41be60952d189ddc0de37b7541e1 (diff)
downloadllvm-4971b722ffce5c79cc170cb10490c74573479c8f.tar.gz
llvm-4971b722ffce5c79cc170cb10490c74573479c8f.tar.bz2
llvm-4971b722ffce5c79cc170cb10490c74573479c8f.tar.xz
Oops, actually USE the previously computed value
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/SimplifyCFG/PhiEliminate.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/PhiEliminate.ll b/test/Transforms/SimplifyCFG/PhiEliminate.ll
index a6b8062c67..ba5f81b5cf 100644
--- a/test/Transforms/SimplifyCFG/PhiEliminate.ll
+++ b/test/Transforms/SimplifyCFG/PhiEliminate.ll
@@ -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
}