summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2008-03-24-BitField-And-Alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2008-03-24-BitField-And-Alloca.c')
-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,
OpenPOWER on IntegriCloud