From: Arnold Schwaighofer Date: Wed, 12 Oct 2016 21:36:15 +0000 (+0000) Subject: Remove basic block label in test case X-Git-Tag: llvmorg-4.0.0-rc1~7341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b574b0756462d6f4c7e4fd01c4f8de369c97eff3;p=platform%2Fupstream%2Fllvm.git Remove basic block label in test case Another attempt to make a bot happy llvm-svn: 284055 --- diff --git a/clang/test/CodeGen/windows-swiftcall.c b/clang/test/CodeGen/windows-swiftcall.c index c9d201a..f76b2fd 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 }*