From c8908b4cdbec21a80ceec58591ae39fc3588b7bf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 27 Aug 2010 23:05:27 +0000 Subject: [PATCH] fix this test. It's not clear what it's really testing. llvm-svn: 112316 --- llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c index 291f036523a4..15a2c9f25bfd 100644 --- a/llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/llvm/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 - | not grep store +// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep 'store ' enum { PP_C,