blob: 113092050ff970bd7a18c7b88c9e4edb10f0c906 [file] [log] [blame]
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
define double @test_double_arg_split(i64 %a1, i32 %a2, double %a3) {
ret double %a3
}