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] Call df_remove_problem in fwprop_done


On Fri, Nov 7, 2008 at 4:39 AM, Andrew Pinski
<Andrew_Pinski@playstation.sony.com> wrote:
> When looking to update a pass which was written for 4.1.1's df, I
> noticed that fwprop was not removing the problems it added.  For my
> pass I needed to make sure df_remove_problem was called before calling
> cfgcleanup.  I would assume that the same is true about fwprop.  All
> the other passes which add a problem, call df_remove_problem also.
>
> OK? Bootstrapped and tested on powerpc64-linux-gnu with no regressions.

Ok.

Thanks,
Richard.

> Thanks,
> Andrew Pinski
>
> ChangeLog:
> * fwprop.c (fwprop_done): Call df_remove_problem.
>


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