aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ret_arg1.ll
blob: db7c7a04c311b5c3c07e8748f142716d4dd0ed3f (plain)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm
int %test(int %a1) {
  ret int %a1
}