fix test

llvm-svn: 85946
diff --git a/llvm/test/Transforms/SCCP/ipsccp-basic.ll b/llvm/test/Transforms/SCCP/ipsccp-basic.ll
index b5a0568..11edcf4 100644
--- a/llvm/test/Transforms/SCCP/ipsccp-basic.ll
+++ b/llvm/test/Transforms/SCCP/ipsccp-basic.ll
@@ -200,7 +200,7 @@
 define void @test9() {
 entry:
         %local_foo = alloca {  }
-        load {  }* @current_foo
+        load {  }* @test9g
         store {  } %0, {  }* %local_foo
         ret void
 }