Commit c3a76b2f by Joern Rennecke Committed by Joern Rennecke

re PR target/55160 (Counterproductive loop induction variable optimization)

        PR target/55160
        * config/sh/sh.md (doloop_end): Use emit_jump_insn.

From-SVN: r193060
parent 776f27a6
2012-11-01 Joern Rennecke <joern.rennecke@embecosm.com>
PR target/55160
* config/sh/sh.md (doloop_end): Use emit_jump_insn.
2012-10-31 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/53708
......@@ -8479,7 +8479,7 @@ label:
{
if (GET_MODE (operands[0]) != SImode)
FAIL;
emit_insn (gen_doloop_end_split (operands[0], operands[4], operands[0]));
emit_jump_insn (gen_doloop_end_split (operands[0], operands[4], operands[0]));
DONE;
})
......
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