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
This commit is contained in:
parent
776f27a67f
commit
c3a76b2f48
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue