From 45a70593b1a6ce551549ea0d6f3dc9babf4be9b9 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 16 Sep 2015 00:33:59 +0000 Subject: [PATCH] clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:". Seems it would be redundant. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247761 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/exceptions-cxx-new.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGenCXX/exceptions-cxx-new.cpp b/test/CodeGenCXX/exceptions-cxx-new.cpp index 7dfd051d7f..b2603ccf02 100644 --- a/test/CodeGenCXX/exceptions-cxx-new.cpp +++ b/test/CodeGenCXX/exceptions-cxx-new.cpp @@ -77,7 +77,6 @@ void test_cleanup() { // CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE@XZ"( -// CHECK: entry: // CHECK: invoke i32 @"\01?f@@YAHH@Z"(i32 -1) // CHECK: to label %[[LEAVE_FUNC:.*]] unwind label %[[TERMINATE:.*]] -- 2.40.0