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

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