The 'unwind' instruction is deprecated and will be removed, making this test
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 18:18:47 +0000 (18:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 18:18:47 +0000 (18:18 +0000)
obsolete.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149880 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll [deleted file]

diff --git a/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll b/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
deleted file mode 100644 (file)
index ebacf2f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: opt %s -simplifycfg -disable-output
-; PR8445
-
-define void @test() {
-      unwind
-}