1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

8 lines
148 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=ppc32 | grep neg
2006-03-17 22:39:45 +00:00
define i32 @test(i32 %X) {
%Y = sub i32 0, %X ; <i32> [#uses=1]
ret i32 %Y
2006-03-17 22:39:45 +00:00
}