From b0634e74674b37204acd5e6c5db534c80cc775b1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 13 Feb 1994 17:47:06 -0500 Subject: [PATCH] (ADJUST_COST): Call rs6000_adjust_cost. From-SVN: r6550 --- gcc/config/rs6000/rs6000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index ebfe0c1..11b3bd2 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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 -- 2.7.4