Commit 2d182c6f by Richard Kenner

(emit_reload_insns): Don't call gen_input_reload if src and dest are

identical.

From-SVN: r6692
parent 027b95a6
......@@ -5842,7 +5842,7 @@ emit_reload_insns (insn)
}
#endif
if (! special)
if (! special && ! rtx_equal_p (reloadreg, oldequiv))
gen_input_reload (reloadreg, oldequiv, reload_opnum[j],
reload_when_needed[j]);
......
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