diff options
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r-- | llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 291f036523a..15a2c9f25bf 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, |