Use rtx_insn_list within haifa-sched.c
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 5 Sep 2014 14:55:53 +0000 (14:55 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 5 Sep 2014 14:55:53 +0000 (14:55 +0000)
commit96b7041496d08ec15ac4eec2632738023cfc7452
treece9a906291bbfb54af7ebefe67d227634b090ac6
parentc838c4025c042f455c06f9d202c80a510a52ec63
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.

From-SVN: r214968
gcc/ChangeLog
gcc/haifa-sched.c