From 2d4ffae31a0b2f7842d2388416766c2eb8a1701d Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 12 Feb 1994 01:07:26 +0000 Subject: [PATCH] (ADJUST_COST): Call ppc_adjust_cost. From-SVN: r6536 --- gcc/config/rs6000/rs6000.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index b84947ddc46..b7fac8275a2 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -452,8 +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) \ - if (REG_NOTE_KIND (LINK) != 0) \ - (COST) = 0; /* Anti or output dependence. */ + (COST) = ppc_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.30.2