diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-06 13:26:35 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-06 13:26:35 +0000 |
commit | 3ce7ff97f6815dce6ab5d681d44d61b79f249880 (patch) | |
tree | 9c1e3b572dafd3d3ac5162fc738c5579d768ad9d /gcc/config/crx | |
parent | 89d91d029527cf98d86b39ca16710cd9665e67c6 (diff) | |
download | gcc-3ce7ff97f6815dce6ab5d681d44d61b79f249880.tar.gz |
* Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
config/alpha/predicates.md, config/arc/arc.h,
config/arm/arm.h, config/arm/ieee754-df.S,
config/arm/ieee754-sf.S, config/bfin/bfin.c,
config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/m68hc11/m68hc11.h, config/mips/mips.c,
config/mips/mips.h, config/mips/openbsd.h,
config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
config/rs6000/rs6000.c, config/rs6000/rs6000.h,
config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
config/sparc/linux.h, config/sparc/linux64.h,
config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
doc/extend.texi, doc/gcov.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/crx')
-rw-r--r-- | gcc/config/crx/crx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c index 8eb4d0dcbba..02bbe435a02 100644 --- a/gcc/config/crx/crx.c +++ b/gcc/config/crx/crx.c @@ -96,7 +96,7 @@ /* STATIC VARIABLES */ /*****************************************************************************/ -/* Non-zero if the last param processed is passed in a register. */ +/* Nonzero if the last param processed is passed in a register. */ static int last_parm_in_reg; /* Will hold the number of the last register the prologue saves, -1 if no @@ -522,7 +522,7 @@ crx_function_arg_advance (CUMULATIVE_ARGS * cum, enum machine_mode mode, } -/* Implements the macro FUNCTION_ARG_REGNO_P defined in crx.h. Return non-zero +/* Implements the macro FUNCTION_ARG_REGNO_P defined in crx.h. Return nonzero * if N is a register used for passing parameters. */ int @@ -666,8 +666,8 @@ crx_legitimate_address_p (enum machine_mode mode ATTRIBUTE_UNUSED, /* Return the cost of moving data of mode MODE between a register of class * CLASS and memory; IN is zero if the value is to be written to memory, - * non-zero if it is to be read in. This cost is relative to those in - * REGISTER_MOVE_COST. */ + * nonzero if it is to be read in. This cost is relative to those in + * REGISTER_MOVE_COST. */ int crx_memory_move_cost (enum machine_mode mode, |