sched-vis.c: Use rtx_sequence
commita85392dd406bf5ae42bc0fffb5e34bf3bd716919
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:26:27 +0000 (27 20:26 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:26:27 +0000 (27 20:26 +0000)
tree754c9c280cfbf702d43cf205b78805570923c7ce
parent719e7e3fc9fbf765550a149b3ea072e6e18b53eb
sched-vis.c: Use rtx_sequence

gcc/
2014-08-27  David Malcolm  <dmalcolm@redhat.com>

* sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
local "seq" via a checked cast, and use methods of rtx_sequence
to simplify the code.

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