aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-14 13:12:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-14 13:12:56 +0000
commit88cad84baf99c032409c2de03f151c4ccf771fbf (patch)
treeb297451e696bdde6a8684f9d292350003082fe4f /gcc/regclass.c
parent958a4e4eeeb96603ee982ee6273ad2a63d450efd (diff)
downloadgcc-88cad84baf99c032409c2de03f151c4ccf771fbf.zip
gcc-88cad84baf99c032409c2de03f151c4ccf771fbf.tar.gz
gcc-88cad84baf99c032409c2de03f151c4ccf771fbf.tar.bz2
haifa-sched.c: Follow spelling conventions.
* haifa-sched.c: Follow spelling conventions. * regclass.c: Likewise. * regrename.c: Likewise. * config/fp-bit.c: Likewise. * config/frv/frv.h: Likewise. * config/m88k/m88k.c: Likewise. * config/mcore/mcore.c: Likewise. * config/rs6000/darwin.h: Likewise. * config/rs6000/gnu.h: Likewise. * config/rs6000/linux.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/sh/sh.c: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/ultra1_2.md: Likewise. From-SVN: r57143
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 4718d9e..672ee98 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -2189,10 +2189,10 @@ static unsigned int reg_n_max;
/* Allocate enough space to hold NUM_REGS registers for the tables used for
reg_scan and flow_analysis that are indexed by the register number. If
- NEW_P is non zero, initialize all of the registers, otherwise only
+ NEW_P is nonzero, initialize all of the registers, otherwise only
initialize the new registers allocated. The same table is kept from
function to function, only reallocating it when we need more room. If
- RENUMBER_P is non zero, allocate the reg_renumber array also. */
+ RENUMBER_P is nonzero, allocate the reg_renumber array also. */
void
allocate_reg_info (num_regs, new_p, renumber_p)