Commit 40b982a9 by Kazu Hirata Committed by Kazu Hirata

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
parent 60954572
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> 2002-12-20 Jim Wilson <wilson@redhat.com>
* config/rs6000/spe.h (__ev_subifw): Reverse arguments. * config/rs6000/spe.h (__ev_subifw): Reverse arguments.
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
;; Define an attribute to be used by the delay slot code. ;; Define an attribute to be used by the delay slot code.
;; An instruction by default is considered to be 'delyabable' ;; An instruction by default is considered to be 'delyabable'
;; that is, it can be placed into a delay slot, but it is not ;; 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 ;; whoes type is 'delayed' is one which has a delay slot, and
;; an instruction whoes delay_type is 'other' is one which does ;; 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. ;; 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) ...@@ -3079,7 +3079,7 @@ register_and_not_any_fp_reg_operand (op, mode)
return register_operand (op, mode) && !ANY_FP_REG_P (op); 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. */ i387 fp register. */
int int
register_and_not_fp_reg_operand (op, mode) register_and_not_fp_reg_operand (op, mode)
......
...@@ -680,7 +680,7 @@ enum reg_class { ...@@ -680,7 +680,7 @@ enum reg_class {
#define MODE_BASE_REG_CLASS(MODE) ((MODE) == QImode ? PTR_REGS : DP_SP_REGS) #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 /* 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 If MODE is VOIDmode then it should return the same value as
BASE_REG_CLASS. */ BASE_REG_CLASS. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment