rs6000.h: Fix a comment typo.
* config/rs6000/rs6000.h: Fix a comment typo. (RTX_COSTS): Sort processor versions better. From-SVN: r47073
This commit is contained in:
parent
8d7958825d
commit
7960cfbb82
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-11-15 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* config/rs6000/rs6000.h: Fix a comment typo.
|
||||
(RTX_COSTS): Sort processor versions better.
|
||||
|
||||
2001-11-15 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/h8300/h8300.md: Fix insn length of bit insns.
|
||||
|
|
|
@ -2069,7 +2069,7 @@ do { \
|
|||
|
||||
/* Define this macro if the register defined by
|
||||
`PIC_OFFSET_TABLE_REGNUM' is clobbered by calls. Do not define
|
||||
this macro if `PPIC_OFFSET_TABLE_REGNUM' is not defined. */
|
||||
this macro if `PIC_OFFSET_TABLE_REGNUM' is not defined. */
|
||||
|
||||
/* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */
|
||||
|
||||
|
@ -2243,9 +2243,9 @@ do { \
|
|||
return COSTS_N_INSNS (2); \
|
||||
case PROCESSOR_PPC601: \
|
||||
return COSTS_N_INSNS (5); \
|
||||
case PROCESSOR_PPC7400: \
|
||||
case PROCESSOR_PPC7450: \
|
||||
case PROCESSOR_PPC603: \
|
||||
case PROCESSOR_PPC7400: \
|
||||
case PROCESSOR_PPC7450: \
|
||||
case PROCESSOR_PPC750: \
|
||||
return (GET_CODE (XEXP (X, 1)) != CONST_INT \
|
||||
? COSTS_N_INSNS (5) \
|
||||
|
|
Loading…
Add table
Reference in a new issue