From: Torbjorn Granlund Date: Sat, 12 Feb 1994 01:07:26 +0000 (+0000) Subject: (ADJUST_COST): Call ppc_adjust_cost. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d4ffae31a0b2f7842d2388416766c2eb8a1701d;p=gcc.git (ADJUST_COST): Call ppc_adjust_cost. From-SVN: r6536 --- 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