diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-01-12 08:05:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-12 08:05:54 +0000 |
commit | 1f1d6e4bfc15f47b75264ed87f037f6dd57f4db9 (patch) | |
tree | 6593a5123a5d7d7337de35dd8299626fce16a666 | |
parent | 2abb21f7d1acf7256f350e1269049828c6ac9ff1 (diff) |
Second test is only valid in 32-bit mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62084 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2008-03-24-BitField-And-Alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index 5708291acb..7963805ba8 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 -S %s -o - | grep store | not grep {align 8} +// RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8} enum { PP_C, |