passes.c (init_optimization_passes): Tidy comment.

* passes.c (init_optimization_passes): Tidy comment.

From-SVN: r121723
This commit is contained in:
Diego Novillo 2007-02-08 21:38:41 +00:00 committed by Diego Novillo
parent f8b1cc1d09
commit b3f7d793a9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-02-08 Diego Novillo <dnovillo@redhat.com>
* passes.c (init_optimization_passes): Tidy comment.
2007-02-08 Roger Sayle <roger@eyesopen.com>
* simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can

View File

@ -507,8 +507,8 @@ init_optimization_passes (void)
NEXT_PASS (pass_ipa_pta);
*p = NULL;
/* These passes are run after IPA passes on every function that is being output
to the assemlber file. */
/* These passes are run after IPA passes on every function that is being
output to the assembler file. */
p = &all_passes;
NEXT_PASS (pass_apply_inline);
NEXT_PASS (pass_all_optimizations);