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: Hookize CFG debugging code


On Fri, Jun 06, 2003 at 12:17:32PM +0200, Jan Hubicka wrote:
> 	* cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
> 	(dump_bb): New based on old dump_bb in cfgrtl.c
> 	(debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
> 	* cfghooks.h (cfgh_verify_flow_info): Return status.
> 	* cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
> 	* cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
> 	(dump_bb): Remove generic parts.
> 	(rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
> 	(rtl_verify_flow_info): Only check things dependeing on linearized RTL.

Ok.


r~


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