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