blob: c673912d2ef1e9f1bc2d79d13a9a8bf907f79fae [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -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