diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-08-31 23:07:46 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-08-31 23:07:46 +0000 |
commit | 3b5e99d79ea02b57cd6b736d75520b3cee873cf7 (patch) | |
tree | 6f5f61f9242eb345a42a3362302dab2e0165bc5e /test/Transforms/LoopSimplify | |
parent | 1b73866505e5bdb8fb566e24265e7884120365af (diff) |
Revert accidental commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopSimplify')
-rw-r--r-- | test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll b/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll index 13795a6e88..8e229dd671 100644 --- a/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll +++ b/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll @@ -606,8 +606,6 @@ 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! @@ -782,8 +780,6 @@ 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! @@ -895,5 +891,3 @@ UnifiedUnreachableBlock: ; preds = %Unwind20.fragment, %filter87, %filter75, %f UnifiedReturnBlock: ; preds = %invcont70.normaldest, %invcont15.normaldest ret void } - -declare i32 @__gxx_personality_v0(...) |