Commit d9f8a199 by Richard Stallman

entered into RCS

From-SVN: r1714
parent 89ccb80f
......@@ -1764,7 +1764,7 @@ move_movables (movables, threshold, insn_count, loop_start, end, nregs)
load it with the correct address directly. */
if (GET_CODE (temp) == CALL_INSN
&& fn_address != 0
&& reg_mentioned_p (fn_reg, body))
&& reg_referenced_p (fn_reg, body))
emit_insn_after (gen_move_insn (fn_reg,
fn_address),
fn_address_insn);
......
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