diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll')
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll b/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll new file mode 100644 index 00000000000..ebacf2fe9a9 --- /dev/null +++ b/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll @@ -0,0 +1,6 @@ +; RUN: opt %s -simplifycfg -disable-output +; PR8445 + +define void @test() { + unwind +} |

