diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-15 07:51:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-15 07:51:35 +0000 |
commit | 72ac76be3abe9ed981037fe35da0c15bec5611ef (patch) | |
tree | 22486dea77187502b3161fcd8a2792a06a09a3af /gcc/config/m32r/m32r.c | |
parent | a2855205a5085bb86367761d459eb29f5a0fc792 (diff) | |
download | gcc-72ac76be3abe9ed981037fe35da0c15bec5611ef.zip gcc-72ac76be3abe9ed981037fe35da0c15bec5611ef.tar.gz gcc-72ac76be3abe9ed981037fe35da0c15bec5611ef.tar.bz2 |
alpha.md: Follow spelling conventions.
* 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.
From-SVN: r67970
Diffstat (limited to 'gcc/config/m32r/m32r.c')
-rw-r--r-- | gcc/config/m32r/m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index 8d42306..55b7cf7 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. */ |