diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-09-02 22:41:11 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-09-02 22:41:11 +0000 |
commit | 47e208bbeaa2cd45e999f41b07bb5618afb0152d (patch) | |
tree | 21e86978f827b4b600b7c2e86635033c4fd9345e /test/CodeGen/Generic | |
parent | 4136d23c4805c5403a3521bf03fbfeee75b9216b (diff) |
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
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r-- | test/CodeGen/Generic/2007-12-17-InvokeAsm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll b/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll index ed1d2f8b83..27c716222e 100644 --- a/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll +++ b/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll @@ -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(...) |