reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn list
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Wed, 7 Oct 2015 02:11:17 +0000 (02:11 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Wed, 7 Oct 2015 02:11:17 +0000 (02:11 +0000)
commit165ccc545563b5899a4e8256933b8955914f988b
treee9c9a2bb7b696946b05ffbd7bedbd352120814ee
parent8237beb118c5b5a724a459584975a11c3234c1c7
reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn list

gcc/ChangeLog:

2015-10-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* reorg.c (emit_delay_sequence): Store list of delay slot insns
in a vector instead of rtx_insn_list.
(add_to_delay_list): Likewise.
(delete_from_delay_slot): Likewise.
(optimize_skip): Likewise.
(redirect_with_delay_list_safe_p): Likewise.
(check_annul_list_true_false): Likewise.
(steal_delay_list_from_target): Likewise.
(steal_delay_list_from_fallthrough): Likewise.
(redundant_insn): Likewise.
(fill_simple_delay_slots): Likewise.
(fill_slots_from_thread): Likewise.
(fill_eager_delay_slots): Likewise.
(relax_delay_slots): Likewise.

From-SVN: r228558
gcc/ChangeLog
gcc/reorg.c