From: Chris Lattner Date: Tue, 30 Mar 2004 19:45:39 +0000 (+0000) Subject: Oops, actually USE the previously computed value X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4971b722ffce5c79cc170cb10490c74573479c8f;p=oota-llvm.git Oops, actually USE the previously computed value git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12547 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyCFG/PhiEliminate.ll b/test/Transforms/SimplifyCFG/PhiEliminate.ll index a6b8062c67d..ba5f81b5cf7 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 }