blob: 59e14dbd70503f377f8071f2da45e9a21ba645fd [file] [log] [blame]
Nate Begemanab001cf2006-03-17 22:39:45 +00001; RUN: llvm-as < %s | llc -march=ppc32 | grep neg
2
3int %test(int %X) {
4 %Y = sub int 0, %X
5 ret int %Y
6}