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
This commit is contained in:
Bill Wendling 2012-02-06 18:18:47 +00:00
parent ba98b6bdd1
commit b595c48a8a

View File

@ -1,6 +0,0 @@
; RUN: opt %s -simplifycfg -disable-output
; PR8445
define void @test() {
unwind
}