1 ; RUN: opt < %s -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S | FileCheck %s
5 declare i32 @func(ptr) nounwind
7 define i32 @test() personality ptr @__gxx_personality_v0 {
8 invoke i32 @func( ptr null )
9 to label %Cont unwind label %Other ; <i32>:1 [#uses=0]
15 landingpad { ptr, i32 }
20 declare i32 @__gxx_personality_v0(...)