allow this testcase to pass with recent changes. The test hasn't been
authorChris Lattner <sabre@nondot.org>
Mon, 12 Oct 2009 20:42:35 +0000 (20:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Oct 2009 20:42:35 +0000 (20:42 +0000)
producing any stores at all for a long time, but ".store." was in some
IR instruction names until recently.  This removal caused the test to
start failing.  Just make it reject any stores.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83895 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 5fac2a9ca5565fa95bde03aa9e2f89a2f106c67d..291f036523a424b8989dbba3c22b8e08ba16ee2e 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-// RUN: %llvmgcc -m32 -O2 -S %s -o - | grep store | not grep {align 8}
+// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep store 
 
 enum {
  PP_C,