Evan's patch to avoid FPreg->intreg copy for cvt; store to mem
[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 }