Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e71842bebb922af77f158cf2bb577575b51a4219
/
.
/
test
/
CodeGen
/
SystemZ
/
01-RetArg.ll
blob: 9377cc17fd233c895eb2d3b23cea61a8718b20ca [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=systemz
define
i64
@foo
(
i64
%a
,
i64
%b
)
{
entry
:
ret
i64
%b
}