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 4/8] Remove tree-ssa-dom.h from the tree-ssa.h include list.


On 10/18/2013 11:59 AM, Jeff Law wrote:
On 10/18/13 07:39, Andrew MacLeod wrote:
degenerate_phi_result was defined in tree-ssa-dom.c, I moved it to
tree-phinodes since all it does is determine whether the arguements of
the phi which are not the same as the result are all the same. This
reduced by half the number fo files which required tree-ssa-dom.h.

bootstraps on x86_64-unknown-linux-gnu with no new regressions. OK?
OK.

FWIW, the original purpose of tree-phinodes.[ch] was just management of a list of free PHI nodes for recycling. If it's a good place to put various support routines of this nature, that's fine by me.

I had/have hopes of pushing other phi utility things into here as well... it seems like a reasonable place.

Andrew


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