summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-27 23:05:27 +0000
committerChris Lattner <sabre@nondot.org>2010-08-27 23:05:27 +0000
commitc8908b4cdbec21a80ceec58591ae39fc3588b7bf (patch)
treef6c82f48addbdc3f1387e6c1ba0366b841bc40f5 /llvm/test
parentfcee9460c68bfba7eafc29cd41f051ab88d18d4c (diff)
downloadbcm5719-llvm-c8908b4cdbec21a80ceec58591ae39fc3588b7bf.tar.gz
bcm5719-llvm-c8908b4cdbec21a80ceec58591ae39fc3588b7bf.zip
fix this test. It's not clear what it's really testing.
llvm-svn: 112316
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/FrontendC/2008-03-24-BitField-And-Alloca.c2
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,
OpenPOWER on IntegriCloud