aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-11-15 21:06:51 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-11-15 21:06:51 +0000
commit7960cfbb8243dc7ba9bba11a78c1568383301018 (patch)
tree322680f7bfa135d6df0b85b70df41e3d56b33371 /gcc
parent8d7958825d2efb82efe664ba2379ad568b9879b6 (diff)
downloadgcc-7960cfbb8243dc7ba9bba11a78c1568383301018.zip
gcc-7960cfbb8243dc7ba9bba11a78c1568383301018.tar.gz
gcc-7960cfbb8243dc7ba9bba11a78c1568383301018.tar.bz2
rs6000.h: Fix a comment typo.
* config/rs6000/rs6000.h: Fix a comment typo. (RTX_COSTS): Sort processor versions better. From-SVN: r47073
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rs6000.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5defc95..f7a2ca8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index 9fa5aff..ab0af2e 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -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) \