]> git.ipfire.org Git - thirdparty/gcc.git/commit
R_MIPS_JALR failures
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2016 23:10:55 +0000 (23:10 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2016 23:10:55 +0000 (23:10 +0000)
commitcd0f39cb8e36ae348b48be549cdf3154fb9a010c
tree6fe32e5a73e35911abb5f08b00f23409ae6f3118
parent3f6f78bccb74fee78c8ff983f4898dbccc0ab397
R_MIPS_JALR failures

This is a fix for my PR70890 patch, which incorrectly removed all
REG_EQUIV notes rather than just one regarding a reg that dies.

PR rtl-optimization/78325
PR rtl-optimization/70890
* ira.c (combine_and_move_insns): Only remove REG_EQUIV notes
for dead regno.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242525 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira.c