XFAIL this test on MIPS.
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 16 May 2012 22:06:47 +0000 (22:06 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 16 May 2012 22:06:47 +0000 (22:06 +0000)
Since r156650, clang has stopped emitting byval arguments for MIPS targets.

llvm-svn: 156954

clang/test/CodeGen/2008-01-25-ByValReadNone.c

index 06ad1ee..d977139 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readonly
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readnone
 
-// XFAIL: arm
+// XFAIL: arm,mips
 
 // The struct being passed byval means that we cannot mark the
 // function readnone.  Readnone would allow stores to the arg to