summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-31 21:39:05 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-31 21:39:05 +0000
commit935903191f0f1b62e78d68ec051be594fc4b4ce7 (patch)
tree40b848718999ceaa7ba3866ef57633493b5a95de /test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
parent24adac8b79a35af84fa19d210b00e9fba71e0085 (diff)
downloadllvm-935903191f0f1b62e78d68ec051be594fc4b4ce7.tar.gz
llvm-935903191f0f1b62e78d68ec051be594fc4b4ce7.tar.bz2
llvm-935903191f0f1b62e78d68ec051be594fc4b4ce7.tar.xz
Update more tests to the new EH scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll')
-rw-r--r--test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll4
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 b13d33eb3f..f8c7a151b2 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(...)