Commit fe751ebf by Richard Stallman

*** empty log message ***

From-SVN: r1121
parent 05c33dd8
...@@ -4881,7 +4881,7 @@ emit_reload_insns (insn) ...@@ -4881,7 +4881,7 @@ emit_reload_insns (insn)
{ {
reload_insn reload_insn
= gen_input_reload (second_reload_reg, = gen_input_reload (second_reload_reg,
oldequiv); oldequiv, where);
if (this_reload_insn == 0) if (this_reload_insn == 0)
this_reload_insn = reload_insn; this_reload_insn = reload_insn;
oldequiv = second_reload_reg; oldequiv = second_reload_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