summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/win_eh_prepare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/win_eh_prepare.ll')
-rw-r--r--llvm/test/CodeGen/X86/win_eh_prepare.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/win_eh_prepare.ll b/llvm/test/CodeGen/X86/win_eh_prepare.ll
index a33dd92ad72..e5a7d055a78 100644
--- a/llvm/test/CodeGen/X86/win_eh_prepare.ll
+++ b/llvm/test/CodeGen/X86/win_eh_prepare.ll
@@ -43,10 +43,8 @@ define internal i32 @filt_g(i8*, i8*) {
; CHECK-LABEL: define i32 @use_seh()
; CHECK: invoke void @maybe_throw()
; CHECK-NEXT: to label %cont unwind label %lpad
-; CHECK: landingpad
-; CHECK-NEXT: cleanup
-; CHECK-NEXT: catch
-; CHECK-NEXT: call i8* (...) @llvm.eh.actions({{.*}})
+; CHECK: eh.resume:
+; CHECK-NEXT: unreachable
; A MinGW64-ish EH style. It could happen if a binary uses both MSVC CRT and
OpenPOWER on IntegriCloud