* rs6000.h (RTX_COSTS): Add PROCESSOR_PPC604e cases.

From-SVN: r22936
This commit is contained in:
David Edelsohn 1998-10-08 21:04:53 +00:00 committed by David Edelsohn
parent c675621fcc
commit 5a41b47635
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 8 22:03:45 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.h (RTX_COSTS): Add PROCESSOR_PPC604e cases.
Thu Oct 8 17:00:18 1998 Richard Henderson <rth@cygnus.com>
* flow.c (find_basic_blocks): Correctly determine when a call

View File

@ -2274,6 +2274,7 @@ do { \
? COSTS_N_INSNS (3) : COSTS_N_INSNS (4)); \
case PROCESSOR_RIOS2: \
case PROCESSOR_MPCCORE: \
case PROCESSOR_PPC604e: \
return COSTS_N_INSNS (2); \
case PROCESSOR_PPC601: \
return COSTS_N_INSNS (5); \
@ -2310,6 +2311,7 @@ do { \
case PROCESSOR_PPC603: \
return COSTS_N_INSNS (37); \
case PROCESSOR_PPC604: \
case PROCESSOR_PPC604e: \
case PROCESSOR_PPC620: \
return COSTS_N_INSNS (20); \
} \