aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ret_arg2.ll
blob: bcb379b7d6a5a6a2022d41eb62dfb845a5610f08 (plain)
1
2
3
4
5
6
; RUN: llc -mtriple=arm-eabi %s -o /dev/null

define i32 @test(i32 %a1, i32 %a2) {
        ret i32 %a2
}