Re: [PATCH] comment precising need to use free_dominance_info

2011-05-17 Thread Pierre Vittet
So maybe this patch adding a comment on calculate_dominance_info is more adapted. ChangeLog: 2011-05-17 Pierre Vittet * dominance.c (calculate_dominance_info): Add comment precising when to free with free_dominance_info contributor number: 634276 Index: gcc/dominance.c ===

Re: [PATCH] comment precising need to use free_dominance_info

2011-05-12 Thread Richard Guenther
On Thu, May 12, 2011 at 12:14 AM, 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 63427

[PATCH] comment precising need to use free_dominance_info

2011-05-11 Thread piervit
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. ChangeLog: 2011-05-11 Pierre Vittet