Re: [patch] Rename tree-flow.h to tree-cfg.h.

2013-10-18 Thread Andrew MacLeod
On 10/17/2013 08:48 PM, Andrew MacLeod wrote: rs6000 and alpha were including tree-flow.h in their config/target.c file. I built stage 1 for each target as a cross compiler to confirm builds dont break due to something unresolved. rs6000.c no longer needed it, alpha needs num_ssa_names, so i

Re: [patch] Rename tree-flow.h to tree-cfg.h.

2013-10-18 Thread Richard Biener
On Fri, Oct 18, 2013 at 2:48 AM, Andrew MacLeod wrote: > This patch finally renames tree-flow.h to tree-cfg.h. It now contains just > the prototypes for tree-cfg.h. Yay! > I've also removed all the #include's from tree-cfg.h, and relocated them > (temporarily) to tree-ssa.h which is acting as t

[patch] Rename tree-flow.h to tree-cfg.h.

2013-10-17 Thread Andrew MacLeod
This patch finally renames tree-flow.h to tree-cfg.h. It now contains just the prototypes for tree-cfg.h. I've also removed all the #include's from tree-cfg.h, and relocated them (temporarily) to tree-ssa.h which is acting as the tree-ssa module header. tree-flow.h is removed from all includes