OSDN Git Service

This test isn't implemented yet
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 16:36:50 +0000 (16:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 16:36:50 +0000 (16:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28820 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/ret_arg5.ll

index e434bca..a42ee95 100644 (file)
@@ -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
 }