summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret_arg3.ll
blob: c1fc09263ffff1c5cd0e2269c91ead195bb83d4f (plain)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm
int %test(int %a1, int %a2, int %a3) {
  ret int %a3
}