Sign in
swiftshader
/
SwiftShader
/
12a2d0540ff67a8d640de8a22adc658fe307363c
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_arg2.ll
blob: db28c5fbef32c02a6852e0cee1d33d395b6b3af5 [
file
]
; RUN: llc < %s -march=arm
define
i32
@test
(
i32
%a1
,
i32
%a2
)
{
ret
i32
%a2
}