summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-12 20:42:35 +0000
committerChris Lattner <sabre@nondot.org>2009-10-12 20:42:35 +0000
commitf1787b055c2e7cf1dea4f9e6b5d8ca8ee7048535 (patch)
tree9137dce1af422a79d27f84f927e701d8e4e7fd18 /test
parentd637c1a4955c750b64414c4429ec707be2d8b990 (diff)
downloadexternal_llvm-f1787b055c2e7cf1dea4f9e6b5d8ca8ee7048535.zip
external_llvm-f1787b055c2e7cf1dea4f9e6b5d8ca8ee7048535.tar.gz
external_llvm-f1787b055c2e7cf1dea4f9e6b5d8ca8ee7048535.tar.bz2
allow this testcase to pass with recent changes. The test hasn't been
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
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/2008-03-24-BitField-And-Alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 5fac2a9..291f036 100644
--- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@ -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,