* stor-layout.c (layout_type): Remove duplicate code.

From-SVN: r125318
This commit is contained in:
Kazu Hirata 2007-06-04 21:29:01 +00:00 committed by Kazu Hirata
parent da04dcb60a
commit b9d493510e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-06-04 Kazu Hirata <kazu@codesourcery.com>
* stor-layout.c (layout_type): Remove duplicate code.
2007-06-04 Uros Bizjak <ubizjak@gmail.com>
PR c/32191

View File

@ -1808,8 +1808,7 @@ layout_type (tree type)
if (TYPE_MODE (type) != BLKmode
&& STRICT_ALIGNMENT && TYPE_ALIGN (type) < BIGGEST_ALIGNMENT
&& TYPE_ALIGN (type) < GET_MODE_ALIGNMENT (TYPE_MODE (type))
&& TYPE_MODE (type) != BLKmode)
&& TYPE_ALIGN (type) < GET_MODE_ALIGNMENT (TYPE_MODE (type)))
{
TYPE_NO_FORCE_BLK (type) = 1;
TYPE_MODE (type) = BLKmode;