aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/2009-01-25-NoSSE.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/2009-01-25-NoSSE.c b/test/FrontendC/2009-01-25-NoSSE.c
index a577c8d31d..c1af5c3f94 100644
--- a/test/FrontendC/2009-01-25-NoSSE.c
+++ b/test/FrontendC/2009-01-25-NoSSE.c
@@ -1,8 +1,8 @@
// RUN: $llvmgcc -m64 -O1 -march=core2 -mno-sse %s -S -o - | not grep xmm
// PR3402
// This is a test for x86/x86-64, add your target below if it FAILs.
-// XFAIL: alpha|ia64|arm|powerpc|sparc
-
+// FIXME: Revert "linux" when fixed.
+// XFAIL: alpha|ia64|arm|powerpc|sparc|linux
typedef unsigned long __kernel_size_t;
typedef __kernel_size_t size_t;
void *memset(void *s, int c, size_t n);