diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 14:08:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 14:08:11 +0000 |
commit | 45981c0acc17902be218e5f141cd8fa6aba77790 (patch) | |
tree | 93c4c65de95841020f86611408200847171a559a /gcc/config/d30v | |
parent | a2e9361bf97b5aa96ea08b7bea0d619926a6b65a (diff) | |
download | gcc-45981c0acc17902be218e5f141cd8fa6aba77790.tar.gz |
2001-10-31 Kazu Hirata <kazu@hxi.com>
* builtins.def: Fix comment typos.
* config/alpha.c: Likewise.
* config/arm/arm.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/d30v/d30v.md: Likewise.
* config/dsp16xx/dsp16xx.c: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.md: Likewise.
* config/i386/i386.c: Likewise.
* config/i860/i860.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/mips/mips.c: Likewise.
* config/pa/pa.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sparc/sparc.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/d30v')
-rw-r--r-- | gcc/config/d30v/d30v.c | 2 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.h | 4 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/d30v/d30v.c b/gcc/config/d30v/d30v.c index a5d87454680..5d3d7cb1e16 100644 --- a/gcc/config/d30v/d30v.c +++ b/gcc/config/d30v/d30v.c @@ -2461,7 +2461,7 @@ d30v_output_function_epilogue (stream, size) /* Called after register allocation to add any instructions needed for - the epilogue. Using a epilogue insn is favored compared to putting + the epilogue. Using an epilogue insn is favored compared to putting all of the instructions in output_function_prologue(), since it allows the scheduler to intermix instructions with the saves of the caller saved registers. In some cases, it might be necessary to diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 46e89cd0ecd..783455fe6b9 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -1649,7 +1649,7 @@ extern enum reg_class reg_class_from_letter[]; registers can only be copied to memory and not to another class of registers. In that case, secondary reload registers are not needed and would not be helpful. Instead, a stack location must be used to perform the - copy and the `movM' pattern should use memory as a intermediate storage. + copy and the `movM' pattern should use memory as an intermediate storage. This case often occurs between floating-point and general registers. */ #define SECONDARY_RELOAD_CLASS(CLASS, MODE, X) \ @@ -1962,7 +1962,7 @@ typedef struct d30v_stack { value of 4096 is suitable for most systems. */ /* #define STACK_CHECK_PROBE_INTERVAL */ -/* A integer which is nonzero if GNU CC should perform the stack probe as a +/* An integer which is nonzero if GNU CC should perform the stack probe as a load instruction and zero if GNU CC should use a store instruction. The default is zero, which is the most efficient choice on most systems. */ /* #define STACK_CHECK_PROBE_LOAD */ diff --git a/gcc/config/d30v/d30v.md b/gcc/config/d30v/d30v.md index 4f62f3c64d4..c8832ee5cb2 100644 --- a/gcc/config/d30v/d30v.md +++ b/gcc/config/d30v/d30v.md @@ -2949,7 +2949,7 @@ }") ;; Called after register allocation to add any instructions needed for the -;; epilogue. Using a epilogue insn is favored compared to putting all of the +;; epilogue. Using an epilogue insn is favored compared to putting all of the ;; instructions in output_function_epilogue (), since it allows the scheduler ;; to intermix instructions with the saves of the caller saved registers. In ;; some cases, it might be necessary to emit a barrier instruction as the last |