]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/rtlanal.c
rtl.h (subrtx_p): Renamed to rtx_referenced_p.
authorJosef Zlomek <zlomekj@suse.cz>
Sat, 15 Mar 2003 22:51:37 +0000 (23:51 +0100)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Sat, 15 Mar 2003 22:51:37 +0000 (22:51 +0000)
commit4af16369d54a5a75f9ffd7b32a835f896995fe4d
tree2b611926dbc72532503869b1479e8eecd0fc8e96
parentd2184e79be1ae8498309d3dc99334e4c39099769
rtl.h (subrtx_p): Renamed to rtx_referenced_p.

* rtl.h (subrtx_p): Renamed to rtx_referenced_p.
(rtx_pair): Added new element update_label_nuses, renamed to
replace_label_data.
* cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
replace_label_data instead of rtx_pair.
* loop.c (load_mems): Likewise.
* rtlanal.c (replace_label): Replace label in pool constants and in
INSN_LIST (in REG_LABEL note).
(subrtx_p): Renamed to rtx_referenced_p.
(subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
LABEL_REF with CODE_LABEL, traverse constants from pool.

From-SVN: r64419
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/loop.c
gcc/rtl.h
gcc/rtlanal.c