aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index c4860277f07..e6e8db409b5 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -1182,9 +1182,6 @@ place_field (record_layout_info rli, tree field)
tree bitpos;
tree fsize = DECL_SIZE (field);
tree tsize = TYPE_SIZE (TREE_TYPE (field));
- /* APPLE LOCAL begin bitfield reversal 4228294 */
- TREE_FIELDS_REVERSED (field) = 1;
- /* APPLE LOCAL end bitfield reversal 4228294 */
/* If we've gone into the next word, move "offset" forward and
adjust "bitpos" to compensate. */
while (! INT_CST_LT_UNSIGNED (rli->bitpos, tsize))