Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
test
/
CodeGen
/
SystemZ
/
02-RetSub.ll
blob: 1c4514f36c93418eecb88c5e48acab6c824ce86c [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=systemz
define
i64
@foo
(
i64
%a
,
i64
%b
)
{
entry
:
%c
=
sub
i64
%a
,
%b
ret
i64
%c
}