correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2010-10-24-OnlyUnwindInEntry.ll
1 ; RUN: opt %s -simplifycfg -disable-output
2 ; PR8445
3
4 define void @test() {
5       unwind
6 }