blob: b03b604beee75ecf71e72d31d0ed303789912bdf [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
define double @test_double_arg_split(i64 %a1, i32 %a2, double %a3) {
ret double %a3
}