2017-11-29 Vladimir Makarov <vmakarov@redhat.com>
commit4f1bac7c1fcf62800ea091cdcde15696e48e83fe
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2017 22:19:25 +0000 (29 22:19 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2017 22:19:25 +0000 (29 22:19 +0000)
treec54428aef5fb6767ddb65edb4298c7f368b938d9
parent593e6512d9e2ae93bc789ed5192df56cad42d156
2017-11-29  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/80818
* lra.c (collect_non_operand_hard_regs): New arg insn.  Pass it
recursively.  Use insn code for clobber.
(lra_set_insn_recog_data): Pass the new arg to
collect_non_operand_hard_regs.
(add_regs_to_insn_regno_info): Pass insn instead of uid.  Use insn
code for clobber.
(lra_update_insn_regno_info): Pass insn to
add_regs_to_insn_regno_info.

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