diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:39:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-08-31 21:39:05 +0000 |
commit | d4e871404d179e4e05973fd3881ca1d3d70c09f7 (patch) | |
tree | c768f023e55e78362f929c8a7b048c69ec3cae4a /llvm/test/Transforms/LoopSimplify | |
parent | 293c31b81c0b486558eb24e235aa669b3f474718 (diff) | |
download | bcm5719-llvm-d4e871404d179e4e05973fd3881ca1d3d70c09f7.tar.gz bcm5719-llvm-d4e871404d179e4e05973fd3881ca1d3d70c09f7.zip |
Update more tests to the new EH scheme.
llvm-svn: 138903
Diffstat (limited to 'llvm/test/Transforms/LoopSimplify')
-rw-r--r-- | llvm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll b/llvm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll index e7d0f8470ec..87b3274729a 100644 --- a/llvm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll +++ b/llvm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll @@ -605,6 +605,8 @@ Unwind20.fragment: ; preds = %bb_main br label %UnifiedUnreachableBlock meshBB: ; preds = %nofilter.fragment, %bb_main + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup br label %bb_main meshBB.unwinddest: ; No predecessors! @@ -779,6 +781,8 @@ meshBB324: ; preds = %bb_main br label %bb_main meshBB325: ; preds = %entry.fragment.fragment, %bb_main + %exn325 = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup br label %bb_main meshBB325.unwinddest: ; No predecessors! @@ -890,3 +894,5 @@ UnifiedUnreachableBlock: ; preds = %Unwind20.fragment, %filter87, %filter75, %f UnifiedReturnBlock: ; preds = %invcont70.normaldest, %invcont15.normaldest ret void } + +declare i32 @__gxx_personality_v0(...) |