diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-18 11:43:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-18 11:43:45 +0000 |
commit | 5e7a8ee032347a12cfc8bcac117b028f4359ae0c (patch) | |
tree | dbbc439fc42504750f53ed2a6d46af05dd6eee4d /gcc/config/v850/v850.c | |
parent | a2f2457fa482356b5996a084d037d79fdc1a556f (diff) | |
download | gcc-5e7a8ee032347a12cfc8bcac117b028f4359ae0c.zip gcc-5e7a8ee032347a12cfc8bcac117b028f4359ae0c.tar.gz gcc-5e7a8ee032347a12cfc8bcac117b028f4359ae0c.tar.bz2 |
s390.c: Follow spelling convention.
* config/s390/s390.c: Follow spelling convention.
* config/sh/lib1funcs.asm: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.h: Likewise.
* config/sparc/sparc.c: Likewise.
* config/sparc/sparc.h: Likewise.
* config/sparc/sparc.md: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/stormy16/stormy16.h: Likewise.
* config/v850/v850.c: Likewise.
* config/v850/v850.h: Likewise.
* config/vax/vax.c: Likewise.
* config/vax/vax.h: Likewise.
From-SVN: r57276
Diffstat (limited to 'gcc/config/v850/v850.c')
-rw-r--r-- | gcc/config/v850/v850.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index d0bdff5..b14ff1a 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -2368,7 +2368,7 @@ register_is_ok_for_epilogue (op, mode) && (((REGNO (op) >= 20) && REGNO (op) <= 31))); } -/* Return non-zero if the given RTX is suitable for collapsing into +/* Return nonzero if the given RTX is suitable for collapsing into jump to a function epilogue. */ int pattern_is_ok_for_epilogue (op, mode) @@ -2547,7 +2547,7 @@ construct_restore_jr (op) } -/* Return non-zero if the given RTX is suitable for collapsing into +/* Return nonzero if the given RTX is suitable for collapsing into a jump to a function prologue. */ int pattern_is_ok_for_prologue (op, mode) @@ -2947,7 +2947,7 @@ v850_insert_attributes (decl, attr_ptr) } } -/* Return non-zero if the given RTX is suitable +/* Return nonzero if the given RTX is suitable for collapsing into a DISPOSE instruction. */ int @@ -3137,7 +3137,7 @@ construct_dispose_instruction (op) return buff; } -/* Return non-zero if the given RTX is suitable +/* Return nonzero if the given RTX is suitable for collapsing into a PREPARE instruction. */ int |