Make the XFAIL line actually match x86-32 targets.
authorDuncan Sands <baldrick@free.fr>
Mon, 2 Feb 2009 09:07:13 +0000 (09:07 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 2 Feb 2009 09:07:13 +0000 (09:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63507 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/x86-64-red-zone.c

index e3e3cab2ff81bd5e017c141f77743fb2cf535a8b..de9ebbe09b2c509f29c8e4317e007b9dd91281da 100644 (file)
@@ -6,6 +6,6 @@
 // RUN: grep subq %t | count 1
 // RUN: grep addq %t | count 1
 // This is a test for x86-64, add your target below if it FAILs.
-// XFAIL: alpha|ia64|arm|powerpc|sparc|x86
+// XFAIL: alpha|ia64|arm|powerpc|sparc|i.86
 
 long double f0(float f) { return f; }