aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2008-03-24-BitField-And-Alloca.c
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-13 15:15:46 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-13 15:15:46 +0000
commit8d6f70016ae4e8ffe93560ecafc9c58d46760c8c (patch)
treefcb31bf25bb1a39bf17fbe19eb8bae863fb67025 /test/FrontendC/2008-03-24-BitField-And-Alloca.c
parent4161b96979bc909062216488a194980c8d229806 (diff)
downloadexternal_llvm-8d6f70016ae4e8ffe93560ecafc9c58d46760c8c.zip
external_llvm-8d6f70016ae4e8ffe93560ecafc9c58d46760c8c.tar.gz
external_llvm-8d6f70016ae4e8ffe93560ecafc9c58d46760c8c.tar.bz2
Mark this XFAIL for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2008-03-24-BitField-And-Alloca.c')
-rw-r--r--test/FrontendC/2008-03-24-BitField-And-Alloca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 7963805..1a85731 100644
--- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@ -1,5 +1,6 @@
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
// RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8}
+// XFAIL: *
enum {
PP_C,