From: Richard Kenner Date: Sun, 13 Feb 1994 22:46:39 +0000 (-0500) Subject: (rs6000_adjust_cost): Renamed from ppc_adjust_cost. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a06faf84c1e5d7ecd6344b5761705b16e620a6e7;p=gcc.git (rs6000_adjust_cost): Renamed from ppc_adjust_cost. From-SVN: r6549 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index e75f747c473..65156628485 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -2027,7 +2027,7 @@ output_function_profiler (file, labelno) a dependency LINK or INSN on DEP_INSN. COST is the current cost. */ int -ppc_adjust_cost (insn, link, dep_insn, cost) +rs6000_adjust_cost (insn, link, dep_insn, cost) rtx insn; rtx link; rtx dep_insn;