no really, fix the test.
authorChris Lattner <sabre@nondot.org>
Fri, 27 Aug 2010 23:05:54 +0000 (23:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Aug 2010 23:05:54 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112317 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2008-03-24-BitField-And-Alloca.c

index 15a2c9f25bfd21c2b22099a88bb596dd75a3faa8..641bcf1dbeb9e891057f973b48d6a1c5dd735992 100644 (file)
@@ -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,