mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
* stor-layout.c: Fix a comment typo.
From-SVN: r89331
This commit is contained in:
parent
a904937b63
commit
34bc6352dc
@ -1,3 +1,7 @@
|
||||
2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* stor-layout.c: Fix a comment typo.
|
||||
|
||||
2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* expr.c (store_field): Remove two arguments value_mode and
|
||||
|
@ -1577,7 +1577,7 @@ layout_type (tree type)
|
||||
TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype),
|
||||
nunits_tree, 0);
|
||||
|
||||
/* Always natually align vectors. This prevents ABI changes
|
||||
/* Always naturally align vectors. This prevents ABI changes
|
||||
depending on whether or not native vector modes are supported. */
|
||||
TYPE_ALIGN (type) = tree_low_cst (TYPE_SIZE (type), 0);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user