projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5283707
)
Remove incorrect comment.
author
Devang Patel
<dpatel@apple.com>
Mon, 24 Mar 2008 16:58:20 +0000
(16:58 +0000)
committer
Devang Patel
<dpatel@apple.com>
Mon, 24 Mar 2008 16:58:20 +0000
(16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48728
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2008-01-24-StructAlignAndBitFields.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2008-01-24-StructAlignAndBitFields.c
b/test/CFrontend/2008-01-24-StructAlignAndBitFields.c
index 84afa3bd5861665ef64952a72e906b66533cd349..380a7ef77ca574597f3f39b255760a0746ef2fc0 100644
(file)
--- a/
test/CFrontend/2008-01-24-StructAlignAndBitFields.c
+++ b/
test/CFrontend/2008-01-24-StructAlignAndBitFields.c
@@
-1,6
+1,4
@@
// RUN: %llvmgcc %s -S -o -
-// This struct is not 4 byte aligned becaues bit-field
-// type does not influence struct alignment.
struct U { char a; short b; int c:25; char d; } u;