* final.c (compute_alignments): Fix typo.
From-SVN: r45100
This commit is contained in:
parent
d523b40e8f
commit
ba7129555a
@ -1,5 +1,7 @@
|
||||
2001-08-21 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* final.c (compute_alignments): Fix typo.
|
||||
|
||||
* expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
|
||||
(CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
|
||||
(store_bit_field): Use mode_for_extraction more places.
|
||||
|
@ -966,7 +966,7 @@ compute_alignments ()
|
||||
xcalloc (max_labelno - min_labelno + 1, sizeof (struct label_alignment));
|
||||
|
||||
/* If not optimizing or optimizing for size, don't assign any alignments. */
|
||||
if (optimize || optimize_size)
|
||||
if (! optimize || optimize_size)
|
||||
return;
|
||||
|
||||
for (i = 0; i < n_basic_blocks; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user