From: Chris Lattner Date: Fri, 27 Aug 2010 23:05:54 +0000 (+0000) Subject: no really, fix the test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58fff61a573ae81a55cec066583038c3ac941eda;p=oota-llvm.git no really, fix the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112317 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index 15a2c9f25bf..641bcf1dbeb 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 - | not grep 'store ' +// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep {store } enum { PP_C,