aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-01-12 08:05:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-01-12 08:05:54 +0000
commit2adb5cfb480f312f8fa2e8a8e24b67ebef56f0e3 (patch)
treed34d9fa7e173a6b8eb81a0bacbdd94f0565eb6d1
parentf12e40736a38daf96baaff819ad567fbc1f50b17 (diff)
downloadllvm-2adb5cfb480f312f8fa2e8a8e24b67ebef56f0e3.zip
llvm-2adb5cfb480f312f8fa2e8a8e24b67ebef56f0e3.tar.gz
llvm-2adb5cfb480f312f8fa2e8a8e24b67ebef56f0e3.tar.bz2
Second test is only valid in 32-bit mode.
llvm-svn: 62084
-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 5708291..7963805 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 -S %s -o - | grep store | not grep {align 8}
+// RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8}
enum {
PP_C,