Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / ARM / ret_arg1.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
2 int %test(int %a1) {
3   ret int %a1
4 }