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]

[PATCH] Call df_remove_problem in fwprop_done


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.

Thanks,
Andrew Pinski

ChangeLog:
* fwprop.c (fwprop_done): Call df_remove_problem.

Attachment: removeproblems.diff.txt
Description: Text document


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