Sign in
swiftshader
/
SwiftShader
/
3e7062b993c74700a403f46f01e0d55bfaed71df
/
.
/
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
}