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]

Re: [patch] Cleanups needed for tree SSA work (part 1)


On Thu, Jun 21, 2001 at 08:14:29PM -0400, Diego Novillo wrote:
> 	* basic-block.h (dump_edge_info):  Declare.
> 	(clear_edges):  Declare.
> 	(mark_critical_edges):  Declare.
> 	* flow.c (dump_edge_info):  Remove static declaration.
> 	(clear_edges):  Ditto.
> 	(mark_critical_edges):  Ditto.
> 	(free_basic_block_vars):  Only clear edges and free basic block
> 	array if basic_block_info is not NULL.
> 	* ssa.c (compute_dominance_frontiers):  Remove static declaration.
> 	* ssa.h (compute_dominance_frontiers):  Declare.

Ok.


r~


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