summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-06 18:18:47 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-06 18:18:47 +0000
commitb595c48a8aba59690857de2f792083b6d0ecc558 (patch)
tree19c81ff4d0a83834564e359fb136ecf8b33a7193 /test/Transforms/SimplifyCFG
parentba98b6bdd10e2454294255897529c239a41dece1 (diff)
downloadllvm-b595c48a8aba59690857de2f792083b6d0ecc558.tar.gz
llvm-b595c48a8aba59690857de2f792083b6d0ecc558.tar.bz2
llvm-b595c48a8aba59690857de2f792083b6d0ecc558.tar.xz
The 'unwind' instruction is deprecated and will be removed, making this test
obsolete. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll b/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
deleted file mode 100644
index ebacf2fe9a..0000000000
--- a/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: opt %s -simplifycfg -disable-output
-; PR8445
-
-define void @test() {
- unwind
-}