summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-03 21:26:26 +0000
committerChris Lattner <sabre@nondot.org>2009-11-03 21:26:26 +0000
commit60faaf64b41d4daa987195751868e46c9929a4b6 (patch)
tree3e0a4a81788a76908d772c0542e913a677f96a39 /test/Transforms/SCCP
parentdb70f8a4424aac5349ba029ef417344fb5848b7d (diff)
downloadllvm-60faaf64b41d4daa987195751868e46c9929a4b6.tar.gz
llvm-60faaf64b41d4daa987195751868e46c9929a4b6.tar.bz2
llvm-60faaf64b41d4daa987195751868e46c9929a4b6.tar.xz
fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SCCP')
-rw-r--r--test/Transforms/SCCP/ipsccp-basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/ipsccp-basic.ll b/test/Transforms/SCCP/ipsccp-basic.ll
index b5a05686eb..11edcf48be 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
}