diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 03:28:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 03:28:11 +0000 |
commit | b903337a734cf8844314fceaf0a5b47fb402d942 (patch) | |
tree | 6c402772c72ac7d22890da53e8d0a4884be43356 /gcc/ra.c | |
parent | 8c49102463099435ac15dcc5a0e39f7ee5e940b1 (diff) | |
download | gcc-b903337a734cf8844314fceaf0a5b47fb402d942.tar.gz |
* ifcvt.c: Fix comment typos.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* ra-build.c: Likewise.
* ra.c: Likewise.
* ra-colorize.c: Likewise.
* ra.h: Likewise.
* ra-rewrite.c: Likewise.
* regmove.c: Likewise.
* reload.h: Likewise.
* rtlanal.c: Likewise.
* toplev.c: Likewise.
* tree.h: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* vmsdbgout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ra.c')
-rw-r--r-- | gcc/ra.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -681,7 +681,7 @@ reg_alloc () /* Setup debugging levels. */ switch (0) { - /* Some usefull presets of the debug level, I often use. */ + /* Some useful presets of the debug level, I often use. */ case 0: debug_new_regalloc = DUMP_EVER; break; case 1: debug_new_regalloc = DUMP_COSTS; break; case 2: debug_new_regalloc = DUMP_IGRAPH_M; break; @@ -807,7 +807,7 @@ reg_alloc () /* Those new pseudos need to have their REFS count set. */ reg_scan_update (get_insns (), NULL, max_regno); max_regno = max_reg_num (); - /* And they need usefull classes too. */ + /* And they need useful classes too. */ regclass (get_insns (), max_reg_num (), rtl_dump_file); rtl_dump_file = ra_dump_file; |