* sparc.h (ADJUST_COST): Fix thinko.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 1999 09:10:29 +0000 (09:10 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 1999 09:10:29 +0000 (09:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30232 138bc75d-0d04-0410-961f-82ee72b054a4

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

index beb3b97..7c34eb3 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 7134b27..589a129 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)                               \