Use rtx_insn_list within haifa-sched.c
commit5dede39b4a2f4a81990d85350c3e668dda252229
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2014 14:55:53 +0000 (5 14:55 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2014 14:55:53 +0000 (5 14:55 +0000)
treece9a906291bbfb54af7ebefe67d227634b090ac6
parent355af2016603a49de8a8c846348f623df82a38ab
Use rtx_insn_list within haifa-sched.c

gcc/ChangeLog:
2014-09-05  David Malcolm  <dmalcolm@redhat.com>

* haifa-sched.c (check_clobbered_conditions): Strengthen local
"link" from rtx to rtx_insn_list *, and use its methods for
clarity and type-safety.
(toggle_cancelled_flags): Likewise.
(restore_last_backtrack_point): Likewise.
(queue_to_ready): Use insn method of "link" in one place.
(schedule_block): Strengthen local "link" from rtx to
rtx_insn_list *, and use its methods for clarity and type-safety.

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