Commit 3e85ad33 by Torbjorn Granlund

*** empty log message ***

From-SVN: r440
parent 43657586
...@@ -5693,9 +5693,9 @@ inc_for_reload (reloadreg, value, inc_amount, insn) ...@@ -5693,9 +5693,9 @@ inc_for_reload (reloadreg, value, inc_amount, insn)
inc_amount)), inc_amount)),
insn); insn);
emit_insn_before (gen_move_insn (incloc, reloadreg), insn); emit_insn_before (gen_move_insn (incloc, reloadreg), insn);
emit_insn_before (gen_sub2_insn (reloadreg, emit_insn_before (gen_add2_insn (reloadreg,
gen_rtx (CONST_INT, VOIDmode, gen_rtx (CONST_INT, VOIDmode,
inc_amount)), -inc_amount)),
insn); insn);
} }
return first_new; return first_new;
......
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