fix test
authorChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 21:26:26 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 21:26:26 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85946 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SCCP/ipsccp-basic.ll

index b5a05686eb2cc27e8c5674e43c559f959cf58450..11edcf48bea341c1c8c9c8f3529f69b5a2050148 100644 (file)
@@ -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
 }