diff options
Diffstat (limited to 'test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll')
-rw-r--r-- | test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll index b13d33e..f8c7a15 100644 --- a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll +++ b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll @@ -17,8 +17,12 @@ cont2: ; preds = %cont lpad: ; preds = %cont, %entry %v = phi i32 [ %x, %entry ], [ %a, %cont ] ; <i32> [#uses=1] + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup ret i32 %v } ; CHECK: lpad ; CHECK-NEXT: Ltmp + +declare i32 @__gxx_personality_v0(...) |