summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-16 16:36:50 +0000
committerChris Lattner <sabre@nondot.org>2006-06-16 16:36:50 +0000
commit88a96252ee543a22400bab09a78006a54a49c57f (patch)
treee0d7e4064fa3c0093c89198d489e609cd7ce0c63
parentc269c5269a3dd37581286cd5518740ea935e25ed (diff)
downloadllvm-88a96252ee543a22400bab09a78006a54a49c57f.tar.gz
llvm-88a96252ee543a22400bab09a78006a54a49c57f.tar.bz2
llvm-88a96252ee543a22400bab09a78006a54a49c57f.tar.xz
This test isn't implemented yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28820 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/ret_arg5.ll1
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
}