aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-19 22:11:35 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-19 22:11:35 +0000
commit803c9d33be12870312cbec82b2407a9f90b583e5 (patch)
tree02f25a52784c5fd0e8ff0ef5a6927f71052a43ce /test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
parent17569fe05b9e22ab7de4c73252ce811092f1b7b2 (diff)
Replace more uses of 'unwind' in the tests with calls to landingpad and
resume. Note that some of these tests were basically dead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll')
-rw-r--r--test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll b/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
index 38994519ce..62a7594ba4 100644
--- a/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
+++ b/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
@@ -5,7 +5,7 @@
; exists.
define internal void @Callee1() {
- unwind
+ unreachable
}
define void @Callee2() {