This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Crossjumping of tablejumps


On Fri, Mar 14, 2003 at 11:26:29PM +0100, Josef Zlomek wrote:
> 	* 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.

Ok.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]