aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.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-10-17-InlineFunctionWithoutReturn.ll
parent17569fe05b9e22ab7de4c73252ce811092f1b7b2 (diff)
downloadexternal_llvm-803c9d33be12870312cbec82b2407a9f90b583e5.zip
external_llvm-803c9d33be12870312cbec82b2407a9f90b583e5.tar.gz
external_llvm-803c9d33be12870312cbec82b2407a9f90b583e5.tar.bz2
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-10-17-InlineFunctionWithoutReturn.ll')
-rw-r--r--test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll b/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
index 733cbb9..866327f 100644
--- a/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
+++ b/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
@@ -1,7 +1,7 @@
; RUN: opt < %s -inline -disable-output
define i32 @test() {
- unwind
+ unreachable
}
define i32 @caller() {