Sign in
◑
Theme
llvm
/
llvm
/
7c442634fab933f1b23576aef307c19db49f1b9a
/
.
/
test
/
CodeGen
/
ARM
/
ret_arg2.ll
blob: bcb379b7d6a5a6a2022d41eb62dfb845a5610f08 [
file
]
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
define
i32
@test
(
i32
%a1
,
i32
%a2
)
{
ret
i32
%a2
}