summaryrefslogtreecommitdiffstats
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
commit9ebc0896e1d22c971672ba6a3e7dbc2b869fe2af (patch)
treef3173e9ec220ef558e26fdbf7324a55133185aed
parentc0449635b35b057c5a877343b0c5f14506c7cf02 (diff)
downloadbcm5719-llvm-9ebc0896e1d22c971672ba6a3e7dbc2b869fe2af.tar.gz
bcm5719-llvm-9ebc0896e1d22c971672ba6a3e7dbc2b869fe2af.zip
The 'unwind' instruction is deprecated and will be removed, making this test
obsolete. llvm-svn: 149880
-rw-r--r--llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll b/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
deleted file mode 100644
index ebacf2fe9a9..00000000000
--- a/llvm/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
-}
OpenPOWER on IntegriCloud