cfg.c, [...]: Fix comment typos.

* cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
	Fix comment typos.

From-SVN: r102555
This commit is contained in:
Kazu Hirata 2005-07-29 14:52:00 +00:00 committed by Kazu Hirata
parent b2b800a052
commit 536fa7b7bb
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-07-29 Kazu Hirata <kazu@codesourcery.com>
* cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
Fix comment typos.
2005-07-29 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.

View File

@ -926,7 +926,7 @@ scale_bbs_frequencies_int (basic_block *bbs, int nbbs, int num, int den)
if (num > den)
return;
/* Assume that the users are producing the fraction from frequencies
that never grow far enought to risk arithmetic overflow. */
that never grow far enough to risk arithmetic overflow. */
gcc_assert (num < 65536);
for (i = 0; i < nbbs; i++)
{

View File

@ -7838,7 +7838,7 @@ frv_optimize_membar_local (basic_block bb, struct frv_io *next_io,
is null if the membar has already been deleted.
Note that the initialization here should only be needed to
supress warnings. */
suppress warnings. */
next_membar = 0;
/* USED_REGS is the set of registers that are used before the

View File

@ -17490,7 +17490,7 @@ ix86_expand_vector_extract (bool mmx_ok, rtx target, rtx vec, int elt)
}
}
/* Expand a vector reduction on V4SFmode for SSE1. FN is the binar
/* Expand a vector reduction on V4SFmode for SSE1. FN is the binary
pattern to reduce; DEST is the destination; IN is the input vector. */
void

View File

@ -502,7 +502,7 @@ set_component_ssa_name (tree ssa_name, bool imag_p, tree value)
;
/* If we've nothing assigned, and the value we're given is already stable,
then install that as the value for this SSA_NAME. This pre-emptively
then install that as the value for this SSA_NAME. This preemptively
copy-propagates the value, which avoids unnecessary memory allocation. */
else if (is_gimple_min_invariant (value))
{