From b595c48a8aba59690857de2f792083b6d0ecc558 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 6 Feb 2012 18:18:47 +0000 Subject: [PATCH] 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 --- test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll 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 -} -- 2.11.0