mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
9 lines
127 B
LLVM
9 lines
127 B
LLVM
; RUN: llc < %s -march=systemz | grep lcr | count 1
|
|
|
|
define i32 @foo(i32 %a) {
|
|
entry:
|
|
%c = sub i32 0, %a
|
|
ret i32 %c
|
|
}
|
|
|