Re: [patch 2/2] tree-flow.h restructuring

2013-09-11 Thread Andrew MacLeod
On 09/11/2013 04:55 AM, Richard Biener wrote: On Tue, Sep 10, 2013 at 9:27 PM, Andrew MacLeod wrote: This splits out tree-ssaname related things to tree-ssanames.h. This is then included from tree-ssa.h This patch is ok as-is. similar treatment can be given to tree-phinodes.c I notice a nu

Re: [patch 2/2] tree-flow.h restructuring

2013-09-11 Thread Richard Biener
On Tue, Sep 10, 2013 at 9:27 PM, Andrew MacLeod wrote: > This splits out tree-ssaname related things to tree-ssanames.h. This is then > included from tree-ssa.h This patch is ok as-is. > similar treatment can be given to tree-phinodes.c > > I notice a number of the other ssa passes only export

[patch 2/2] tree-flow.h restructuring

2013-09-10 Thread Andrew MacLeod
This splits out tree-ssaname related things to tree-ssanames.h. This is then included from tree-ssa.h similar treatment can be given to tree-phinodes.c I notice a number of the other ssa passes only export a couple of functions, and thats it.. no structs or anything like that. (like tree-ss