diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-03-12 01:38:48 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-03-12 01:38:48 +0000 |
commit | e1b22ece4c0ba063e85a7dbb8edf37cd7794eec3 (patch) | |
tree | 95b291bf8c2ddda2168f8f5e4e0fab5c4346fe6f /llvm/test/CodeGen/WinEH/cppeh-catch-all.ll | |
parent | cfeff2d2376b90680517faef863fbae6bc23d1c0 (diff) | |
download | bcm5719-llvm-e1b22ece4c0ba063e85a7dbb8edf37cd7794eec3.tar.gz bcm5719-llvm-e1b22ece4c0ba063e85a7dbb8edf37cd7794eec3.zip |
Remove some CHECK-NOT lines in favor of CHECK-NEXT
NFC, this is just shorter.
llvm-svn: 232000
Diffstat (limited to 'llvm/test/CodeGen/WinEH/cppeh-catch-all.ll')
-rw-r--r-- | llvm/test/CodeGen/WinEH/cppeh-catch-all.ll | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll b/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll index a84b8645fe4..0dea33cfd1a 100644 --- a/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll +++ b/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll @@ -37,13 +37,9 @@ invoke.cont: ; preds = %entry ; CHECK: [[LPAD_LABEL]]:{{[ ]+}}; preds = %entry ; CHECK: [[LPAD_VAL:\%.+]] = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) -; CHECK: catch i8* null -; CHECK-NOT: extractvalue { i8*, i32 } -; CHECK-NOT: store i8* -; CHECK-NOT: store i32 -; CHECK-NOT: br label %catch -; CHECK: [[RECOVER:\%.+]] = call i8* (...)* @llvm.eh.actions({ i8*, i32 } [[LPAD_VAL]], i32 0, i8* null, i8* null, i8* bitcast (i8* (i8*, i8*)* @_Z4testv.catch to i8*)) -; CHECK: indirectbr i8* [[RECOVER]], [label %try.cont] +; CHECK-NEXT: catch i8* null +; CHECK-NEXT: [[RECOVER:\%.+]] = call i8* (...)* @llvm.eh.actions({ i8*, i32 } [[LPAD_VAL]], i32 0, i8* null, i8* null, i8* bitcast (i8* (i8*, i8*)* @_Z4testv.catch to i8*)) +; CHECK-NEXT: indirectbr i8* [[RECOVER]], [label %try.cont] lpad: ; preds = %entry %tmp = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) |