mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
ff5b07e994
llvm-svn: 75980
9 lines
137 B
LLVM
9 lines
137 B
LLVM
; RUN: llvm-as < %s | llc -march=systemz | grep lcr | count 1
|
|
|
|
define i32 @foo(i32 %a) {
|
|
entry:
|
|
%c = sub i32 0, %a
|
|
ret i32 %c
|
|
}
|
|
|