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