From b574b0756462d6f4c7e4fd01c4f8de369c97eff3 Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Wed, 12 Oct 2016 21:36:15 +0000 Subject: [PATCH] Remove basic block label in test case Another attempt to make a bot happy llvm-svn: 284055 --- clang/test/CodeGen/windows-swiftcall.c | 1 - 1 file changed, 1 deletion(-) 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 }* -- 2.7.4