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