Re: [patch 4/8] Remove tree-ssa-dom.h from the tree-ssa.h include list.

2013-10-18 Thread Andrew MacLeod
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 b

Re: [patch 4/8] Remove tree-ssa-dom.h from the tree-ssa.h include list.

2013-10-18 Thread Jeff Law
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

[patch 4/8] Remove tree-ssa-dom.h from the tree-ssa.h include list.

2013-10-18 Thread Andrew MacLeod
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-