fr30.md: Fix a comment typo.
* config/fr30/fr30.md: Fix a comment typo. * config/i386/i386.c: Likewise. * config/ip2k/ip2k.h: Likewise. From-SVN: r60379
This commit is contained in:
parent
6095457278
commit
40b982a9c5
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/fr30/fr30.md: Fix a comment typo.
|
||||
* config/i386/i386.c: Likewise.
|
||||
* config/ip2k/ip2k.h: Likewise.
|
||||
|
||||
2002-12-20 Jim Wilson <wilson@redhat.com>
|
||||
|
||||
* config/rs6000/spe.h (__ev_subifw): Reverse arguments.
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
;; Define an attribute to be used by the delay slot code.
|
||||
;; An instruction by default is considered to be 'delyabable'
|
||||
;; that is, it can be placed into a delay slot, but it is not
|
||||
;; itself a delyaed branch type instruction. An instruction
|
||||
;; itself a delayed branch type instruction. An instruction
|
||||
;; whoes type is 'delayed' is one which has a delay slot, and
|
||||
;; an instruction whoes delay_type is 'other' is one which does
|
||||
;; not have a delay slot, nor can it be placed into a delay slot.
|
||||
|
|
|
@ -3079,7 +3079,7 @@ register_and_not_any_fp_reg_operand (op, mode)
|
|||
return register_operand (op, mode) && !ANY_FP_REG_P (op);
|
||||
}
|
||||
|
||||
/* Return nonzero of OP is a register operand other than an
|
||||
/* Return nonzero if OP is a register operand other than an
|
||||
i387 fp register. */
|
||||
int
|
||||
register_and_not_fp_reg_operand (op, mode)
|
||||
|
|
|
@ -680,7 +680,7 @@ enum reg_class {
|
|||
|
||||
#define MODE_BASE_REG_CLASS(MODE) ((MODE) == QImode ? PTR_REGS : DP_SP_REGS)
|
||||
/* This is a variation of the BASE_REG_CLASS macro which allows
|
||||
the selection of a base register in a mode depenedent manner.
|
||||
the selection of a base register in a mode dependent manner.
|
||||
If MODE is VOIDmode then it should return the same value as
|
||||
BASE_REG_CLASS. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue