make tablejump_p return the label as a rtx_insn *
commitbc5cd04e5abf132003d84c8b0fb9420479b70d35
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Oct 2016 12:33:01 +0000 (21 12:33 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Oct 2016 12:33:01 +0000 (21 12:33 +0000)
tree7505bb0ce717bce964eebacad7985b4354429147
parentc7799456d3b070d6235ec83a2f67595ea480b39a
make tablejump_p return the label as a rtx_insn *

gcc/ChangeLog:

2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
(outgoing_edges_match): Likewise.
(try_crossjump_to_edge): Likewise.
* cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
(rtl_tidy_fallthru_edge): Likewise.
* rtl.h (tablejump_p): Adjust prototype.
* rtlanal.c (tablejump_p): Return the label as a rtx_insn *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241402 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/cfgrtl.c
gcc/rtl.h
gcc/rtlanal.c