jump.c: Use rtx_sequence
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 27 Aug 2014 20:08:32 +0000 (20:08 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 27 Aug 2014 20:08:32 +0000 (20:08 +0000)
commit33d9cde485f08edc7ada941aef9229312f38f8ed
treecc344ee85163a4e1295a0d6f8cbbc53953b8427b
parente0944870710b48ad98e10e17ac0ae23995947573
jump.c: Use rtx_sequence

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

* jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
local "seq" with a checked cast, and use methods of rtx_sequence
to clarify the code.

From-SVN: r214596
gcc/ChangeLog
gcc/jump.c