* sparc.h (ADJUST_COST): Fix thinko.

From-SVN: r30232
This commit is contained in:
Matteo Frigo 1999-10-28 09:10:29 +00:00 committed by Jeff Law
parent 5ae520d023
commit 0b24a660f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 28 03:08:38 1999 Matteo Frigo <athena@fftw.org>
* sparc.h (ADJUST_COST): Fix thinko.
Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
* cccp.c (rescan): Fixed obp pointer handling around call to

View File

@ -2722,7 +2722,7 @@ do { \
/* Adjust the cost of dependencies. */
#define ADJUST_COST(INSN,LINK,DEP,COST) \
sparc_adjust_cost(INSN, LINK, DEP, COST)
(COST) = sparc_adjust_cost(INSN, LINK, DEP, COST)
#define MD_SCHED_INIT(DUMP, SCHED_VERBOSE) \
if (sparc_cpu == PROCESSOR_ULTRASPARC) \