diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 07:51:35 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 07:51:35 +0000 |
commit | 5bd751ff1c6248385ca2a90cf25232c581bdc9ce (patch) | |
tree | 22486dea77187502b3161fcd8a2792a06a09a3af /gcc/config/m32r | |
parent | 50494502bf1ed79b0632dff53a637e671e7ce24e (diff) | |
download | gcc-5bd751ff1c6248385ca2a90cf25232c581bdc9ce.tar.gz |
* config/alpha/alpha.md: Follow spelling conventions.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/crtn.asm: Likewise.
* config/m32r/m32r.c: Likewise.
* config/m32r/m32r.md: Likewise.
* config/rs6000/rs6000.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67970 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r-- | gcc/config/m32r/m32r.c | 2 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index 8d42306b1f8..55b7cf71d80 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -1002,7 +1002,7 @@ large_insn_p (op, mode) return get_attr_length (op) != 2; } -/* Return non-zero if TYPE must be passed or returned in memory. +/* Return nonzero if TYPE must be passed or returned in memory. The m32r treats both directions the same so we handle both directions in this function. */ diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index e4febd77fdd..7dad4e0f8f5 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -2540,7 +2540,7 @@ ;; Simialr code is produced for the subtract expression. With this ;; peephole the redundant move is eliminated. ;; -;; This optimisation only works if PRESERVE_DEATH_INFO_REGNO_P is +;; This optimization only works if PRESERVE_DEATH_INFO_REGNO_P is ;; defined in m32r.h (define_peephole |