[cfe-commits] r156954 - /cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c

Akira Hatanaka ahatanaka at mips.com
Wed May 16 15:06:47 PDT 2012


Author: ahatanak
Date: Wed May 16 17:06:47 2012
New Revision: 156954

URL: http://llvm.org/viewvc/llvm-project?rev=156954&view=rev
Log:
XFAIL this test on MIPS.
Since r156650, clang has stopped emitting byval arguments for MIPS targets.

Modified:
    cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c

Modified: cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c?rev=156954&r1=156953&r2=156954&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c (original)
+++ cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c Wed May 16 17:06:47 2012
@@ -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





More information about the cfe-commits mailing list