diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-26 22:25:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-26 22:25:14 +0000 |
commit | 40f03658801b3fb690d689bf46576688f5382075 (patch) | |
tree | 778e5c00812009bde0b1783be2f952fd29b9acd0 /gcc/reload.h | |
parent | ee8a73d6e7e9523bcdedd76ff3bc414910c8d0c4 (diff) | |
download | gcc-40f03658801b3fb690d689bf46576688f5382075.zip gcc-40f03658801b3fb690d689bf46576688f5382075.tar.gz gcc-40f03658801b3fb690d689bf46576688f5382075.tar.bz2 |
c-common.h: Follow spelling conventions.
* c-common.h: Follow spelling conventions.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* gthr-dce.h: Likewise.
* gthr-posix.h: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* ra-rewrite.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reg-stack.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
From-SVN: r57555
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 6fe814f..0463224 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -270,7 +270,7 @@ extern void transfer_replacements PARAMS ((int, int)); /* IN_RTX is the value loaded by a reload that we now decided to inherit, or a subpart of it. If we have any replacements registered for IN_RTX, chancel the reloads that were supposed to load them. - Return non-zero if we chanceled any reloads. */ + Return nonzero if we chanceled any reloads. */ extern int remove_address_replacements PARAMS ((rtx in_rtx)); /* Like rtx_equal_p except that it allows a REG and a SUBREG to match |