From 48a12060147d94686206f370cfaa79f972a69b8a Mon Sep 17 00:00:00 2001 From: dnovillo Date: Thu, 8 Feb 2007 21:38:41 +0000 Subject: [PATCH] * passes.c (init_optimization_passes): Tidy comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121723 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/passes.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a185dc06b83..0c7db90eccb1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-08 Diego Novillo + + * passes.c (init_optimization_passes): Tidy comment. + 2007-02-08 Roger Sayle * simplify-rtx.c (simplify_unary_operation_1) : We can diff --git a/gcc/passes.c b/gcc/passes.c index 104e2934d28c..44ea3f9ddc34 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -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); -- 2.47.3