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

Chris Lattner sabre at nondot.org
Fri Aug 27 16:05:27 PDT 2010


Author: lattner
Date: Fri Aug 27 18:05:27 2010
New Revision: 112316

URL: http://llvm.org/viewvc/llvm-project?rev=112316&view=rev
Log:
fix this test.  It's not clear what it's really testing.

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=112316&r1=112315&r2=112316&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 Aug 27 18:05:27 2010
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep store 
+// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep 'store ' 
 
 enum {
  PP_C,





More information about the llvm-commits mailing list