summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ret_f64_arg_split.ll
blob: b03b604beee75ecf71e72d31d0ed303789912bdf (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2

define double @test_double_arg_split(i64 %a1, i32 %a2, double %a3) {
        ret double %a3
}

OpenPOWER on IntegriCloud