]> gcc.gnu.org Git - gcc.git/commitdiff
(ADJUST_COST): Call rs6000_adjust_cost.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 13 Feb 1994 22:47:06 +0000 (17:47 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 13 Feb 1994 22:47:06 +0000 (17:47 -0500)
From-SVN: r6550

gcc/config/rs6000/rs6000.h

index ebfe0c1794c1f074359c49b15a0e1279f4a2f774..11b3bd2ed4f715a1e0599ed858ac90910277b714 100644 (file)
@@ -452,7 +452,7 @@ extern char *rs6000_cpu_string;
    a cost, but it is probably not worthwhile to track it.  */
 
 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST)                           \
-  (COST) = ppc_adjust_cost (INSN,LINK,DEP_INSN,COST)
+  (COST) = rs6000_adjust_cost (INSN,LINK,DEP_INSN,COST)
 
 /* Define this macro to change register usage conditional on target flags.
    Set MQ register fixed (already call_used) if not POWER architecture
This page took 0.067698 seconds and 5 git commands to generate.