Sign in
swiftshader
/
SwiftShader
/
0e71ea71ed0b411a98039dfd888c4e8ffd45d5b7
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_arg5.ll
blob: 992c54ebeb713f922e2342c1921ba5d31beb59a5 [
file
]
; RUN: llc < %s -march=arm
define
i32
@test
(
i32
%a1
,
i32
%a2
,
i32
%a3
,
i32
%a4
,
i32
%a5
)
{
ret
i32
%a5
}