The 'unwind' instruction is deprecated and will be removed, making this test

obsolete.

llvm-svn: 149880
This commit is contained in:
Bill Wendling 2012-02-06 18:18:47 +00:00
parent c0449635b3
commit 9ebc0896e1
1 changed files with 0 additions and 6 deletions

View File

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