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

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

OpenPOWER on IntegriCloud