summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-25 23:48:37 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-25 23:48:37 +0000
commit62fe9e9aa6d207ad2c36715436cfcb5cbff0c716 (patch)
tree80e14bc99ecbba3b7e892662703a4119960ffa72 /llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
parent8ac2041a191b9a93b25442cf500f524363ead4a8 (diff)
downloadbcm5719-llvm-62fe9e9aa6d207ad2c36715436cfcb5cbff0c716.tar.gz
bcm5719-llvm-62fe9e9aa6d207ad2c36715436cfcb5cbff0c716.zip
Update to the new EH scheme.
llvm-svn: 138606
Diffstat (limited to 'llvm/test/CodeGen/Generic/2007-02-25-invoke.ll')
-rw-r--r--llvm/test/CodeGen/Generic/2007-02-25-invoke.ll6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-02-25-invoke.ll b/llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
index 6e20eaae3bd..7850cec35f9 100644
--- a/llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
+++ b/llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
@@ -8,5 +8,9 @@ define i32 @test2() {
invcont:
ret i32 %A
blat:
- ret i32 0
+ %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
+ cleanup
+ ret i32 0
}
+
+declare i32 @__gxx_personality_v0(...)
OpenPOWER on IntegriCloud