diff options
Diffstat (limited to 'test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll')
-rw-r--r-- | test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll b/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll index 112cac4..ad418f7 100644 --- a/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll +++ b/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll @@ -11,5 +11,9 @@ dummy: invoke i32 @b() to label %reg unwind label %reg reg: + %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0 + catch i8* null ret void } + +declare i32 @__gxx_personality_v0(...) |