diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-01-16 06:59:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-16 06:59:14 +0000 |
commit | 742590708e33a3770e357e99c9bef4bc10047371 (patch) | |
tree | c8bf362adbd05ea7d51cb0eae31f35f675ffe2d4 /test/FrontendC/2008-03-24-BitField-And-Alloca.c | |
parent | 26e9aed70cc520d39e32813513217163ff254e72 (diff) | |
download | external_llvm-742590708e33a3770e357e99c9bef4bc10047371.zip external_llvm-742590708e33a3770e357e99c9bef4bc10047371.tar.gz external_llvm-742590708e33a3770e357e99c9bef4bc10047371.tar.bz2 |
This is now passing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2008-03-24-BitField-And-Alloca.c')
-rw-r--r-- | test/FrontendC/2008-03-24-BitField-And-Alloca.c | 1 |
1 files changed, 0 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 1a85731..7963805 100644 --- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c @@ -1,6 +1,5 @@ // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca // RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8} -// XFAIL: * enum { PP_C, |