summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-08 00:09:27 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-08 00:09:27 +0000
commit30ceba32b28b84dd1f1003dff58cd87effe5a354 (patch)
tree91e571c30a8598e7d8efba1082f4e160d847e032 /test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
parent0eff39f2e25e9d8dd52b1eb7fa4e7cc6cc77875f (diff)
downloadllvm-30ceba32b28b84dd1f1003dff58cd87effe5a354.tar.gz
llvm-30ceba32b28b84dd1f1003dff58cd87effe5a354.tar.bz2
llvm-30ceba32b28b84dd1f1003dff58cd87effe5a354.tar.xz
Convert tests to the new EH model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-08-31-LSDA-Name.ll')
-rw-r--r--test/CodeGen/ARM/2009-08-31-LSDA-Name.ll11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
index 8bde7489d9..a016809857 100644
--- a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
+++ b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
@@ -37,10 +37,11 @@ return: ; preds = %invcont
ret void
lpad: ; preds = %entry
- %eh_ptr = call i8* @llvm.eh.exception()
+ %exn = landingpad {i8*, i32} personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
+ cleanup
+ %eh_ptr = extractvalue {i8*, i32} %exn, 0
store i8* %eh_ptr, i8** %eh_exception
- %eh_ptr1 = load i8** %eh_exception
- %eh_select2 = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr1, i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*), i32 0)
+ %eh_select2 = extractvalue {i8*, i32} %exn, 1
store i32 %eh_select2, i32* %eh_selector
br label %ppad
@@ -94,10 +95,6 @@ declare void @_ZdlPv(i8*) nounwind
declare void @_Z3barv()
-declare i8* @llvm.eh.exception() nounwind readonly
-
-declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
-
declare i32 @llvm.eh.typeid.for(i8*) nounwind
declare i32 @__gxx_personality_sj0(...)