Teach IndVarSimplify to optimize code using the C "int" type for
[oota-llvm.git] / test / Transforms / ADCE / unreachable-function.ll
1 ; RUN: llvm-as < %s | opt -adce -disable-output
2
3 define void @test() {
4         unreachable
5 }