reorg.c: Use rtx_sequence
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 27 Aug 2014 20:21:56 +0000 (20:21 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 27 Aug 2014 20:21:56 +0000 (20:21 +0000)
commit9e3090e11260968e1bc2af530b3ed339fb43db16
treec98db4e91f44be888f5e27751c67882fc0a4d817
parent33d9cde485f08edc7ada941aef9229312f38f8ed
reorg.c: Use rtx_sequence

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

* reorg.c (redundant_insn): In two places in the function, replace
a check of GET_CODE with a dyn_cast, introducing local "seq", and
usings methods of rtx_sequence to clarify the code.

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