]> granicus.if.org Git - clang/commitdiff
Fix test case committed in r265197.
authorAkira Hatanaka <ahatanaka@apple.com>
Sun, 3 Apr 2016 03:36:22 +0000 (03:36 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sun, 3 Apr 2016 03:36:22 +0000 (03:36 +0000)
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

test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp

index 3afee1c1f12ed94bca61a48fd719641aa8a6d6e1..298e70e7712fb5caa6cf103e65cb4db3a0ddc411 100644 (file)
@@ -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]])