Sign in
swiftshader
/
SwiftShader.git
/
20e22c4b509a0f7d0fa6208e2974556e46ae8b62
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
ARM
/
ret_f64_arg2.ll
blob: 386e85f4b9a559d5a796b566809efb7e77015bd9 [
file
]
; RUN: llc < %s -march=arm -mattr=+vfp2
define
double
@test_f64
(
double
%a1
,
double
%a2
)
{
ret
double
%a2
}