summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret_arg1.ll
blob: 1ab947b1e20d027e592a2b88d4edc332a29db41b (plain)
1
2
3
4
5
; RUN: llc < %s -march=arm

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