summaryrefslogtreecommitdiffstats
path: root/gcc/passes.c
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-08 21:38:41 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-08 21:38:41 +0000
commit48a12060147d94686206f370cfaa79f972a69b8a (patch)
treef57039adea137d2b42f4870834be84945a39eded /gcc/passes.c
parente622ce008ce7e8a62dd50027490dcfda127acec2 (diff)
downloadppe42-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
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud