summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WinEH/wineh-no-demotion.ll')
-rw-r--r--llvm/test/CodeGen/WinEH/wineh-no-demotion.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll b/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll
index 7d18238c003..ab094aeebf5 100644
--- a/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll
+++ b/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll
@@ -93,22 +93,6 @@ exit:
unreachable
}
-; CHECK-LABEL: @test3(
-define void @test3() personality i32 (...)* @__CxxFrameHandler3 {
-entry:
- invoke void @f()
- to label %invoke.cont unwind label %terminate
-
-invoke.cont:
- ret void
-
-terminate:
-; CHECK: cleanuppad within none []
-; CHECK: call void @__std_terminate()
-; CHECK: unreachable
- terminatepad within none [void ()* @__std_terminate] unwind to caller
-}
-
; CHECK-LABEL: @test4(
define void @test4(i1 %x) personality i32 (...)* @__CxxFrameHandler3 {
entry:
OpenPOWER on IntegriCloud