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> 2007-02-08 Roger Sayle <roger@eyesopen.com>
* simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
......
...@@ -507,8 +507,8 @@ init_optimization_passes (void) ...@@ -507,8 +507,8 @@ init_optimization_passes (void)
NEXT_PASS (pass_ipa_pta); NEXT_PASS (pass_ipa_pta);
*p = NULL; *p = NULL;
/* These passes are run after IPA passes on every function that is being output /* These passes are run after IPA passes on every function that is being
to the assemlber file. */ output to the assembler file. */
p = &all_passes; p = &all_passes;
NEXT_PASS (pass_apply_inline); NEXT_PASS (pass_apply_inline);
NEXT_PASS (pass_all_optimizations); 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