diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-09-01 01:02:41 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-09-01 01:02:41 +0000 |
commit | 3b17c1b48d01f2674938a37f5919543c71e070c0 (patch) | |
tree | 1495573ae320d3a290681f8f03697d6f547e8ec3 /llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll | |
parent | 7d847c9fd81d10d3927bd47fd99133265c5d0ad4 (diff) | |
download | bcm5719-llvm-3b17c1b48d01f2674938a37f5919543c71e070c0.tar.gz bcm5719-llvm-3b17c1b48d01f2674938a37f5919543c71e070c0.zip |
Update to new EH scheme.
llvm-svn: 138927
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll b/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll index 8adc0e52577..69bea6eaaed 100644 --- a/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll +++ b/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll @@ -47,9 +47,13 @@ bb178: ; preds = %invcont127 br label %bb123 lpad266: ; preds = %invcont129, %bb128, %bb123 + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } +declare i32 @__gxx_personality_v0(...) + declare void @system__img_int__image_integer(%struct.string___XUP* noalias sret, i32) declare void @system__string_ops__str_concat(%struct.string___XUP* noalias sret, [0 x i8]*, %struct.string___XUB*, [0 x i8]*, %struct.string___XUB*) |