diff options
author | Arnold Schwaighofer <aschwaighofer@apple.com> | 2016-10-12 21:36:15 +0000 |
---|---|---|
committer | Arnold Schwaighofer <aschwaighofer@apple.com> | 2016-10-12 21:36:15 +0000 |
commit | b574b0756462d6f4c7e4fd01c4f8de369c97eff3 (patch) | |
tree | 39ad6feca2e949aade89ccb618e92ebe7672e74b /clang/test | |
parent | 1ef17e90b20a2b6056ab27f022b320cb008899ca (diff) | |
download | bcm5719-llvm-b574b0756462d6f4c7e4fd01c4f8de369c97eff3.tar.gz bcm5719-llvm-b574b0756462d6f4c7e4fd01c4f8de369c97eff3.zip |
Remove basic block label in test case
Another attempt to make a bot happy
llvm-svn: 284055
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/windows-swiftcall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/windows-swiftcall.c b/clang/test/CodeGen/windows-swiftcall.c index c9d201a0a47..f76b2fd3a40 100644 --- a/clang/test/CodeGen/windows-swiftcall.c +++ b/clang/test/CodeGen/windows-swiftcall.c @@ -121,7 +121,6 @@ TEST(struct_1); // CHECK: ret void // CHECK: } // CHECK-LABEL: define void @test_struct_1() {{.*}}{ -// CHECK: entry: // CHECK: [[AGG:%.*]] = alloca [[STRUCT1:%.*]], align 4 // CHECK: [[RET:%.*]] = call swiftcc { i64, i64 } @return_struct_1() // CHECK: [[CAST:%.*]] = bitcast [[STRUCT1]]* [[AGG]] to { i64, i64 }* |