[llvm-commits] [llvm] r62308 - /llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c

Evan Cheng evan.cheng at apple.com
Thu Jan 15 22:59:14 PST 2009


Author: evancheng
Date: Fri Jan 16 00:59:14 2009
New Revision: 62308

URL: http://llvm.org/viewvc/llvm-project?rev=62308&view=rev
Log:
This is now passing.

Modified:
    llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c

Modified: llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c?rev=62308&r1=62307&r2=62308&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c (original)
+++ llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c Fri Jan 16 00:59:14 2009
@@ -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,





More information about the llvm-commits mailing list