Commit 0b24a660 by Matteo Frigo Committed by Jeff Law

* sparc.h (ADJUST_COST): Fix thinko.

From-SVN: r30232
parent 5ae520d0
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
......
......@@ -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) \
......
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