From-SVN: r257999
This commit is contained in:
Eric Botcazou 2018-02-26 16:38:37 +00:00
parent e6799923e4
commit 94e16982e6

View File

@ -2,7 +2,7 @@
PR rtl-optimization/83496
* reorg.c (steal_delay_list_from_target): Change REDUNDANT array from
booleans to RTX. Call fix_reg_dead_note on every non-null element.
booleans to RTXes. Call fix_reg_dead_note on every non-null element.
(steal_delay_list_from_fallthrough): Call fix_reg_dead_note on a
redundant insn, if any.
(relax_delay_slots): Likewise.