added some tests for argument passing
[oota-llvm.git] / test / CodeGen / ARM / ret_arg3.ll
1 ; RUN: llvm-as < %s | llc -march=arm
2 int %test(int %a1, int %a2, int %a3) {
3   ret int %a3
4 }