diff options
| author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-08 21:38:41 +0000 |
|---|---|---|
| committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-08 21:38:41 +0000 |
| commit | 48a12060147d94686206f370cfaa79f972a69b8a (patch) | |
| tree | f57039adea137d2b42f4870834be84945a39eded | |
| parent | e622ce008ce7e8a62dd50027490dcfda127acec2 (diff) | |
| download | ppe42-gcc-48a12060147d94686206f370cfaa79f972a69b8a.tar.gz ppe42-gcc-48a12060147d94686206f370cfaa79f972a69b8a.zip | |
* passes.c (init_optimization_passes): Tidy comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121723 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/passes.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a185dc06b8..0c7db90eccb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/passes.c b/gcc/passes.c index 104e2934d28..44ea3f9ddc3 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); |

