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

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