diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-21 16:14:45 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-21 16:14:45 +0000 |
| commit | f229c3f267ec8b0aefcc47397e667d58840b8a27 (patch) | |
| tree | ce92b081057a96515dd5ea805feb723edfc1432f | |
| parent | 950b3cf00fd02662829d78663109f004bf7eeead (diff) | |
| download | ppe42-gcc-f229c3f267ec8b0aefcc47397e667d58840b8a27.tar.gz ppe42-gcc-f229c3f267ec8b0aefcc47397e667d58840b8a27.zip | |
2001-04-21 Kazu Hirata <kazu@hxi.com>
* config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
Fix a comment typo.
* config/i960/i960.c (signed_arith_operand): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41484 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i960/i960.c | 2 | ||||
| -rw-r--r-- | gcc/config/sparc/sparc.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c93ca62d4de..45493ea341c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,10 @@ * config/h8300/h8300.c (general_operand_src): Fix a comment typo. + * config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay): + Fix a comment typo. + * config/i960/i960.c (signed_arith_operand): Likewise. + 2001-04-20 Zack Weinberg <zackw@stanford.edu> * configure.in: Probe for times, clock, struct tms, and clock_t. diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c index 3346529bf58..0773c575a46 100644 --- a/gcc/config/i960/i960.c +++ b/gcc/config/i960/i960.c @@ -160,7 +160,7 @@ fp_arith_operand (op, mode) return (register_operand (op, mode) || fp_literal (op, mode)); } -/* Return true is OP is a register or a valid signed integer literal. */ +/* Return true if OP is a register or a valid signed integer literal. */ int signed_arith_operand (op, mode) diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 782d2a725d3..0d5b3635e86 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -6907,7 +6907,7 @@ sparc_flat_epilogue_delay_slots () return 0; } -/* Return true is TRIAL is a valid insn for the epilogue delay slot. +/* Return true if TRIAL is a valid insn for the epilogue delay slot. Any single length instruction which doesn't reference the stack or frame pointer is OK. */ |

