jump.c: Use rtx_sequence
commita3f9638d9784023caa0a74af09d4828a574f0007
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:08:32 +0000 (27 20:08 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2014 20:08:32 +0000 (27 20:08 +0000)
treecc344ee85163a4e1295a0d6f8cbbc53953b8427b
parent9e21f364010a1191032ff2f5aeb6888aa28368ac
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.

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