Conservative fix for PR17827 - don't optimize a shift + and + compare sequence where...
[oota-llvm.git] / test / Transforms / ADCE / unreachable-function.ll
1 ; RUN: opt < %s -adce -disable-output
2
3 define void @test() {
4         unreachable
5 }