Commit 172a1cb0 by Richard Stallman

(init_expmed): Supply missing arg to rtx_cost.

From-SVN: r4385
parent 5e636986
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment