Split up subtracts into add+negate if they have a reassociable use or operand
[oota-llvm.git] / test / Transforms / ADCE / unreachable-function.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
2
3 void %test() {
4         unreachable
5 }