diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-30 19:45:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-30 19:45:39 +0000 |
commit | 4971b722ffce5c79cc170cb10490c74573479c8f (patch) | |
tree | a45392ef806f8b3e580670a579c305b3657c34dd /test/Transforms/SimplifyCFG/PhiEliminate.ll | |
parent | 5dd784a8cafa41be60952d189ddc0de37b7541e1 (diff) | |
download | external_llvm-4971b722ffce5c79cc170cb10490c74573479c8f.zip external_llvm-4971b722ffce5c79cc170cb10490c74573479c8f.tar.gz external_llvm-4971b722ffce5c79cc170cb10490c74573479c8f.tar.bz2 |
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/Transforms/SimplifyCFG/PhiEliminate.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/PhiEliminate.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/PhiEliminate.ll b/test/Transforms/SimplifyCFG/PhiEliminate.ll index a6b8062..ba5f81b 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 } |