summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arguments.ll
blob: ad5b2d69fab92067c40e6e036907b52987774fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc < %s -mtriple=arm-linux-gnueabi | \
; RUN:   grep {mov r0, r2} | count 1
; RUN: llc < %s -mtriple=arm-apple-darwin | \
; RUN:   grep {mov r0, r1} | count 1

define i32 @f(i32 %a, i64 %b) {
        %tmp = call i32 @g(i64 %b)
        ret i32 %tmp
}

declare i32 @g(i64)
OpenPOWER on IntegriCloud