r247761 - clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 17:33:59 PDT 2015


Author: chapuni
Date: Tue Sep 15 19:33:59 2015
New Revision: 247761

URL: http://llvm.org/viewvc/llvm-project?rev=247761&view=rev
Log:
clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".

Seems it would be redundant.

Modified:
    cfe/trunk/test/CodeGenCXX/exceptions-cxx-new.cpp

Modified: cfe/trunk/test/CodeGenCXX/exceptions-cxx-new.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/exceptions-cxx-new.cpp?rev=247761&r1=247760&r2=247761&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/exceptions-cxx-new.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/exceptions-cxx-new.cpp Tue Sep 15 19:33:59 2015
@@ -77,7 +77,6 @@ void test_cleanup() {
 
 
 // CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE at XZ"(
-// CHECK: entry:
 // CHECK:   invoke i32 @"\01?f@@YAHH at Z"(i32 -1)
 // CHECK:           to label %[[LEAVE_FUNC:.*]] unwind label %[[TERMINATE:.*]]
 




More information about the cfe-commits mailing list