Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / neg.ll
1 ; RUN: llc < %s -march=ppc32 | grep neg
2
3 define i32 @test(i32 %X) {
4         %Y = sub i32 0, %X              ; <i32> [#uses=1]
5         ret i32 %Y
6 }
7