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

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