Commit b3f7d793 by Diego Novillo Committed by Diego Novillo

passes.c (init_optimization_passes): Tidy comment.


	* passes.c (init_optimization_passes): Tidy comment.

From-SVN: r121723
parent f8b1cc1d
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment