* sparc.h (ADJUST_COST): Fix thinko.
authorMatteo Frigo <athena@fftw.org>
Thu, 28 Oct 1999 09:10:29 +0000 (09:10 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 28 Oct 1999 09:10:29 +0000 (03:10 -0600)
From-SVN: r30232

gcc/ChangeLog
gcc/config/sparc/sparc.h

index beb3b97a9e5de9779291b2fec144325e031d0bda..7c34eb3f77899033334aa2695f256402e69017bf 100644 (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
index 7134b27b5fa180fbbe0b964fa9c818c8995a888b..589a129e972c5c8a0d5deedb5a81950d876f2ff7 100644 (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)                               \