From 0b9d9970f0c2ffa7faec8f999eba0e0867d74ef5 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 16 Jan 2009 06:59:14 +0000 Subject: [PATCH] This is now passing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62308 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2008-03-24-BitField-And-Alloca.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index 1a85731021d..7963805ba81 100644 --- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c @@ -1,6 +1,5 @@ // 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,