diff options
-rw-r--r-- | test/CodeGen/ARM/ret_arg5.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ret_arg5.ll b/test/CodeGen/ARM/ret_arg5.ll index e434bcab28..a42ee95150 100644 --- a/test/CodeGen/ARM/ret_arg5.ll +++ b/test/CodeGen/ARM/ret_arg5.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=arm +; XFAIL: * int %test(int %a1, int %a2, int %a3, int %a4, int %a5) { ret int %a5 } |