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