Fix edge cases in handling basic block split.
[llvm-complete.git] / test / CodeGen / PowerPC / neg.ll
blob7119f6c0da9dee159ae814975444e2b463775a95
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep neg
3 int %test(int %X) {
4     %Y = sub int 0, %X
5         ret int %Y