Revision: 128706
Author: dpatel
Date: 2007-06-21 16:28:14 -0700 (Thu, 21 Jun 2007)
Log Message:
-----------
Fix 1519. Patch by Rafael Espindola.
Modified Paths:
--------------
apple-local/branches/llvm/gcc/llvm-types.cpp
Modified: apple-local/branches/llvm/gcc/llvm-types.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-types.cpp 2007-06-21 22:36:49 UTC
(rev 128705)
+++ apple-local/branches/llvm/gcc/llvm-types.cpp 2007-06-21 23:28:14 UTC
(rev 128706)
@@ -1070,6 +1070,8 @@
void allFieldsAreNotBitFields() {
AllBitFields = false;
+ // Next field is not a bitfield.
+ LastFieldStartsAtNonByteBoundry = false;
}
unsigned getGCCStructAlignmentInBytes() const {
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits