re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c ...
authorJeff Law <law@redhat.com>
Fri, 22 Mar 2019 18:14:56 +0000 (12:14 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 22 Mar 2019 18:14:56 +0000 (12:14 -0600)
commit23843f474011fe7f29604a28e5da7294dd27147e
tree01b0c27a53f6ad772155a05def557b35f3fe3768
parentc07a0a226b6904995d785662bab74c2c68481539
re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c   -O1 start with r265398)

PR rtl-optimization/87761
* config/mips/mips-protos.h (mips_split_move): Add new argument.
(mips_emit_move_or_split): Pass NULL for INSN into mips_split_move.
(mips_split_move): Accept new INSN argument.  Try to forward SRC
into the next instruction.
(mips_split_move_insn): Pass INSN through to mips_split_move.

From-SVN: r269880
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c