diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll | 6 |
1 files changed, 0 insertions, 6 deletions
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 ebacf2f..0000000 --- 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 -} |