Skip to content
Snippets Groups Projects
Commit 45a70593 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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

Seems it would be redundant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247761 91177308-0d34-0410-b5e6-96231b3b80d8
parent e3e099ed
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,6 @@ void test_cleanup() { ...@@ -77,7 +77,6 @@ void test_cleanup() {
// CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE@XZ"( // CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE@XZ"(
// CHECK: entry:
// CHECK: invoke i32 @"\01?f@@YAHH@Z"(i32 -1) // CHECK: invoke i32 @"\01?f@@YAHH@Z"(i32 -1)
// CHECK: to label %[[LEAVE_FUNC:.*]] unwind label %[[TERMINATE:.*]] // CHECK: to label %[[LEAVE_FUNC:.*]] unwind label %[[TERMINATE:.*]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment