From: Chris Lattner Date: Tue, 3 Nov 2009 21:26:26 +0000 (+0000) Subject: fix test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60faaf64b41d4daa987195751868e46c9929a4b6;p=oota-llvm.git fix test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85946 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SCCP/ipsccp-basic.ll b/test/Transforms/SCCP/ipsccp-basic.ll index b5a05686eb2..11edcf48bea 100644 --- a/test/Transforms/SCCP/ipsccp-basic.ll +++ b/test/Transforms/SCCP/ipsccp-basic.ll @@ -200,7 +200,7 @@ define void @test8b(i32* %P) { define void @test9() { entry: %local_foo = alloca { } - load { }* @current_foo + load { }* @test9g store { } %0, { }* %local_foo ret void }