From: Akira Hatanaka Date: Sun, 3 Apr 2016 03:36:22 +0000 (+0000) Subject: Fix test case committed in r265197. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=241bba2e6902553bb403fec8ef05b7cebda894a6;p=clang Fix test case committed in r265197. The test was failing on some release build because the basic block names I was expecting weren't printed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp b/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp index 3afee1c1f1..298e70e771 100644 --- a/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp +++ b/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp @@ -225,17 +225,17 @@ void f() { // WIN32-LIFETIME: invoke void @"\01?g@lifetime_marker@@YAXXZ"() // WIN32-LIFETIME-NEXT: to label %[[cont:[^ ]*]] unwind label %[[lpad0:[^ ]*]] // -// WIN32-LIFETIME: [[cont]]: +// WIN32-LIFETIME: [[cont]] // WIN32-LIFETIME: call x86_thiscallcc void @"\01??1C@lifetime_marker@@QAE@XZ"({{.*}}) // WIN32-LIFETIME: %[[bc1:.*]] = bitcast %"struct.lifetime_marker::C"* %[[c]] to i8* // WIN32-LIFETIME: call void @llvm.lifetime.end(i64 1, i8* %[[bc1]]) // -// WIN32-LIFETIME: [[lpad0]]: +// WIN32-LIFETIME: [[lpad0]] // WIN32-LIFETIME-NEXT: cleanuppad // WIN32-LIFETIME: call x86_thiscallcc void @"\01??1C@lifetime_marker@@QAE@XZ"({{.*}}) // WIN32-LIFETIME: cleanupret {{.*}} unwind label %[[lpad1:[^ ]*]] // -// WIN32-LIFETIME: [[lpad1]]: +// WIN32-LIFETIME: [[lpad1]] // WIN32-LIFETIME-NEXT: cleanuppad // WIN32-LIFETIME: %[[bc2:.*]] = bitcast %"struct.lifetime_marker::C"* %[[c]] to i8* // WIN32-LIFETIME: call void @llvm.lifetime.end(i64 1, i8* %[[bc2]])