llvm-project/llvm/test/Regression/CodeGen/ARM/ret_arg1.ll

5 lines
74 B
LLVM

; RUN: llvm-as < %s | llc -march=arm
int %test(int %a1) {
ret int %a1
}