Try to eliminate the use of the 'unwind' instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139046 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2011-09-02 22:41:11 +00:00
parent 4136d23c48
commit 47e208bbea
11 changed files with 23 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ entry:
cleanup144: ; preds = %entry
%exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
cleanup
unwind
resume { i8*, i32 } %exn
}
declare i32 @__gxx_personality_v0(...)