Sign in
swiftshader
/
SwiftShader.git
/
664783624264ab1ec4b15aaf9a45fe6daff3e4f6
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_f32_arg5.ll
blob: c6ce60ecb9c86d83d578df09e3e5c4afcc540fed [
file
]
; RUN: llc < %s -march=arm -mattr=+vfp2
define
float
@test_f32_arg5
(
float
%a1
,
float
%a2
,
float
%a3
,
float
%a4
,
float
%a5
)
{
ret
float
%a5
}