Commit 7960cfbb by Stan Shebs Committed by Stan Shebs

rs6000.h: Fix a comment typo.

        * config/rs6000/rs6000.h: Fix a comment typo.
        (RTX_COSTS): Sort processor versions better.

From-SVN: r47073
parent 8d795882
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) \
......
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