commit | 386e01e8796501bc40f251fe436e67d429c55b7a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Apr 08 18:03:05 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Apr 08 18:03:05 2010 +0000 |
tree | dc4cbb0bd58f970cee5c3eeebafec2d0cb432b53 | |
parent | a1de6fc575a18f21756dda5beb1f145dd1a5787e [diff] [blame] |
Print empty structs as {} rather than { }. llvm-svn: 100787
diff --git a/llvm/test/Transforms/SCCP/ipsccp-basic.ll b/llvm/test/Transforms/SCCP/ipsccp-basic.ll index e369920..a3c7637 100644 --- a/llvm/test/Transforms/SCCP/ipsccp-basic.ll +++ b/llvm/test/Transforms/SCCP/ipsccp-basic.ll
@@ -188,7 +188,7 @@ %X = call {} @test8a(i32 5, i32* %P) ret void ; CHECK: define void @test8b -; CHECK-NEXT: call { } @test8a +; CHECK-NEXT: call {} @test8a ; CHECK-NEXT: ret void }