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: [PATCH]: Take 2: Remove levels member from loops structure


Daniel Berlin <dberlin@dberlin.org> writes:

> This patch does the same as
> http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00957.html, except it
> also makes flow_loops_level_compute void, since the return value is
> no longer used.
>
> --Dan
>
> 2004-12-14  Daniel Berlin  <dberlin@dberlin.org>
> 	
> 	* cfgloop.c (flow_loops_dump): Don't print out levels.
> 	(flow_loops_find): Don't set loop->levels.
> 	(flow_loops_level_compute): Make void.
> 	* cfgloop.h (struct loops): Remove levels member.
> 	Add comment about loops in parray possibly being NULL.

OK mainline.

Cursory grepping leads me to believe that the level member of the loop
structure isn't being used for much of anything either.  Could you
investigate that, please?

zw


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