[llvm-commits] [128706] Fix 1519.
dpatel at apple.com
dpatel at apple.com
Thu Jun 21 16:28:14 PDT 2007
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 {
More information about the llvm-commits
mailing list