diff options
| author | Akira Hatanaka <ahatanaka@apple.com> | 2016-04-03 03:36:22 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@apple.com> | 2016-04-03 03:36:22 +0000 |
| commit | 6bdfe01a202722f643a310e3e6d68f0a1af105e2 (patch) | |
| tree | a5122e6922e7ed1182c4511094a299578621377c /clang | |
| parent | 88dbd3b1cfc36b2227d77f67b2d8bea0d42986d8 (diff) | |
| download | bcm5719-llvm-6bdfe01a202722f643a310e3e6d68f0a1af105e2.tar.gz bcm5719-llvm-6bdfe01a202722f643a310e3e6d68f0a1af105e2.zip | |
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.
llvm-svn: 265257
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp b/clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp index 3afee1c1f12..298e70e7712 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp +++ b/clang/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]]) |

