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: Routine to compute dfs back edges


On Mon, Jul 30, 2001 at 12:48:55PM +0200, Jan Hubicka wrote:
> 	* flow.c (mark_dfs_back_edges): Move here from .... ; mark back
> 	edges by EDGE_DFS_BACK flag.
> 	(dump_edge_info): Add dfs_back flag.
> 	* basic-block.h (EDGE_DFS_BACK): New constant.
> 	(mark_dfs_back_edges): Declare.
> 	* alias.c (loop_p): Here.
> 	(mark_constant_function): Use mark_dfs_back_edges.

Ok.

Don't use "..." "here" unless the two are adjacent.  So write

	(mark_dfs_back_edges): Move from loop_p;
	[...]
	(loop_p): Remove.


r~


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