commit | 4cc5096427898be26afda67e6c1de40a98603000 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Nov 03 21:26:26 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Nov 03 21:26:26 2009 +0000 |
tree | 3e0a4a81788a76908d772c0542e913a677f96a39 | |
parent | 339daf45dbfe2111a16d08e0068b9e3669c6684f [diff] [blame] |
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 b5a0568..11edcf4 100644 --- a/test/Transforms/SCCP/ipsccp-basic.ll +++ b/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 }