From: Bill Wendling Date: Mon, 6 Feb 2012 18:18:47 +0000 (+0000) Subject: The 'unwind' instruction is deprecated and will be removed, making this test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b595c48a8aba59690857de2f792083b6d0ecc558;p=oota-llvm.git 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 --- 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 ebacf2fe9a9..00000000000 --- 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 -}