summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-02 22:41:11 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-02 22:41:11 +0000
commit47e208bbeaa2cd45e999f41b07bb5618afb0152d (patch)
tree21e86978f827b4b600b7c2e86635033c4fd9345e /test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
parent4136d23c4805c5403a3521bf03fbfeee75b9216b (diff)
downloadllvm-47e208bbeaa2cd45e999f41b07bb5618afb0152d.tar.gz
llvm-47e208bbeaa2cd45e999f41b07bb5618afb0152d.tar.bz2
llvm-47e208bbeaa2cd45e999f41b07bb5618afb0152d.tar.xz
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/2007-12-17-InvokeAsm.ll')
-rw-r--r--test/CodeGen/Generic/2007-12-17-InvokeAsm.ll2
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(...)