This test isn't implemented yet
[oota-llvm.git] / test / CodeGen / ARM / ret_arg5.ll
1 ; RUN: llvm-as < %s | llc -march=arm
2 ; XFAIL: *
3 int %test(int %a1, int %a2, int %a3, int %a4, int %a5) {
4   ret int %a5
5 }