aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-08 18:03:05 +0000
committerDan Gohman <gohman@apple.com>2010-04-08 18:03:05 +0000
commit29e13e0c18de57209170d5cd2c3dd1311f5e2a40 (patch)
tree03ff417a2ed8bb22f15138139231ecee88ac9158 /test/Transforms/SCCP
parent88ccf742a3a0d9ee7b68c767ea35292e1605f0bc (diff)
Print empty structs as {} rather than { }.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100787 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 e3699209a3..a3c7637f98 100644
--- a/test/Transforms/SCCP/ipsccp-basic.ll
+++ b/test/Transforms/SCCP/ipsccp-basic.ll
@@ -188,7 +188,7 @@ define void @test8b(i32* %P) {
%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
}