diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-16 16:36:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-16 16:36:50 +0000 |
commit | 88a96252ee543a22400bab09a78006a54a49c57f (patch) | |
tree | e0d7e4064fa3c0093c89198d489e609cd7ce0c63 /test/CodeGen/ARM | |
parent | c269c5269a3dd37581286cd5518740ea935e25ed (diff) | |
download | external_llvm-88a96252ee543a22400bab09a78006a54a49c57f.zip external_llvm-88a96252ee543a22400bab09a78006a54a49c57f.tar.gz external_llvm-88a96252ee543a22400bab09a78006a54a49c57f.tar.bz2 |
This test isn't implemented yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-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 e434bca..a42ee95 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 } |