* final.c (compute_alignments): Fix typo.

From-SVN: r45100
This commit is contained in:
Richard Henderson 2001-08-22 01:04:15 -07:00 committed by Richard Henderson
parent d523b40e8f
commit ba7129555a
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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++)