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] comment precising need to use free_dominance_info


On Thu, May 12, 2011 at 12:14 AM,  <piervit@pvittet.com> wrote:
> After using function flow_loops_find in cfgloop.c, it is needed to use
> free_dominance_info to clear structure which have beend added by the use of
> calculate_dominance_info.
>
> I have added a comment precising this.
>
> My contributor number is 634276.

The patch is not correct.  Keeping dom info live is ok.

Richard.

>
> ChangeLog:
> 2011-05-11 ?Pierre Vittet ?<piervit@pvittet.com>
>
> ? ? ? ?* cfgloop.c (flow_loops_find): Add comment remembering to call
> ? ? ? ?free_dominance_info
>


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