* stor-layout.c (place_field): Revert erroneous commit.

From-SVN: r82398
This commit is contained in:
DJ Delorie 2004-05-28 19:12:14 -04:00 committed by DJ Delorie
parent 690c364e3e
commit 5182fafe48
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-28 DJ Delorie <dj@redhat.com>
* stor-layout.c (place_field): Revert erroneous commit.
2004-05-28 Ziemowit Laski <zlaski@apple.com>
* config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,

View File

@ -1127,7 +1127,6 @@ place_field (record_layout_info rli, tree field)
rli->prev_field = NULL;
}
rli->offset_align = tree_low_cst (TYPE_SIZE (type), 0);
normalize_rli (rli);
}