blob: c135599039014750276cebc2e064bd47299f6cdc [file] [log] [blame]
Tanya Lattnera99d8b52008-02-19 08:07:33 +00001; RUN: llvm-as < %s | llc -march=ppc32 | grep neg
Nate Begeman41767dd2006-03-17 22:39:45 +00002
Tanya Lattnera99d8b52008-02-19 08:07:33 +00003define i32 @test(i32 %X) {
4 %Y = sub i32 0, %X ; <i32> [#uses=1]
5 ret i32 %Y
Nate Begeman41767dd2006-03-17 22:39:45 +00006}
Tanya Lattnera99d8b52008-02-19 08:07:33 +00007