From: Richard Stallman Date: Sat, 8 May 1993 19:32:22 +0000 (+0000) Subject: (init_expmed): Supply missing arg to rtx_cost. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=172a1cb0efe872ecf0a63429da8346f3a856c0c5;p=gcc.git (init_expmed): Supply missing arg to rtx_cost. From-SVN: r4385 --- diff --git a/gcc/expmed.c b/gcc/expmed.c index faa48431b99..5c8fca5914e 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -74,7 +74,7 @@ init_expmed () free_point = (char *) oballoc (0); - zero_cost = rtx_cost (const0_rtx); + zero_cost = rtx_cost (const0_rtx, 0); add_cost = rtx_cost (gen_rtx (PLUS, word_mode, reg, reg), SET); shift_insn = emit_insn (gen_rtx (SET, VOIDmode, reg,