diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-04 02:51:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-04 02:51:28 +0000 |
commit | f5143c46a9cc072c52820b9f903055b153956e77 (patch) | |
tree | e032f0934bde28fa98892ee1930ec178cedbfe6a /gcc/toplev.c | |
parent | c3fb23f4412328c8079c4990059f7217302ea0d4 (diff) | |
download | gcc-f5143c46a9cc072c52820b9f903055b153956e77.zip gcc-f5143c46a9cc072c52820b9f903055b153956e77.tar.gz gcc-f5143c46a9cc072c52820b9f903055b153956e77.tar.bz2 |
ChangeLog.2, [...]: Fix spelling errors.
* ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
sched-int.h, toplev.c, config/alpha/alpha.c,
config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
config/ns32k/ns32k.md, config/rs6000/rs6000.c,
config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
From-SVN: r46760
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 11d19e0..ad23683 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2756,7 +2756,7 @@ rest_of_compilation (decl) cleanup_cfg (CLEANUP_PRE_SIBCALL | CLEANUP_PRE_LOOP); optimize = saved_optimize; - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); } @@ -2867,7 +2867,7 @@ rest_of_compilation (decl) find_basic_blocks (insns, max_reg_num (), rtl_dump_file); cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_PRE_LOOP); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); copy_loop_headers (insns); purge_line_number_notes (insns); @@ -2946,7 +2946,7 @@ rest_of_compilation (decl) timevar_pop (TV_FROM_SSA); ggc_collect (); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); } @@ -2965,7 +2965,7 @@ rest_of_compilation (decl) if_convert (0); timevar_pop (TV_IFCVT); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); /* Try to identify useless null pointer tests and delete them. */ if (flag_delete_null_pointer_checks) @@ -3016,7 +3016,7 @@ rest_of_compilation (decl) find_basic_blocks (insns, max_reg_num (), rtl_dump_file); cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP); timevar_pop (TV_JUMP); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); } @@ -3033,7 +3033,7 @@ rest_of_compilation (decl) cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP); delete_null_pointer_checks (insns); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); timevar_pop (TV_JUMP); } @@ -3073,7 +3073,7 @@ rest_of_compilation (decl) save_cfj = flag_cse_follow_jumps; flag_cse_skip_blocks = flag_cse_follow_jumps = 0; - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); /* If -fexpensive-optimizations, re-run CSE to clean up things done by gcse. */ @@ -3096,7 +3096,7 @@ rest_of_compilation (decl) delete_trivially_dead_insns (insns, max_reg_num (), 0); find_basic_blocks (insns, max_reg_num (), rtl_dump_file); cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); timevar_pop (TV_JUMP); @@ -3185,7 +3185,7 @@ rest_of_compilation (decl) timevar_pop (TV_JUMP); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); reg_scan (insns, max_reg_num (), 0); tem = cse_main (insns, max_reg_num (), 1, rtl_dump_file); @@ -3196,7 +3196,7 @@ rest_of_compilation (decl) rebuild_jump_labels (insns); find_basic_blocks (insns, max_reg_num (), rtl_dump_file); cleanup_cfg (CLEANUP_EXPENSIVE); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); timevar_pop (TV_JUMP); } @@ -3636,7 +3636,7 @@ rest_of_compilation (decl) } compute_alignments (); - /* CFG is no longer maitained up-to-date. */ + /* CFG is no longer maintained up-to-date. */ free_bb_for_insn (); /* If a machine dependent reorganization is needed, call it. */ |