]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Sep 2015 00:33:59 +0000 (00:33 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Sep 2015 00:33:59 +0000 (00:33 +0000)
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

index 7dfd051d7f46931d18d9769437fde51eb52be56c..b2603ccf022ad2c0b7c921f09a94cca9b0d013dd 100644 (file)
@@ -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:.*]]