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

2013-10-18 Thread Jeff Law
On 10/18/13 07:38, Andrew MacLeod wrote: Straightforward. Just include tree-ssa-threadedge in the 4 .c files that need it. bootstraps on x86_64-unknown-linux-gnu with no new regressions. OK? OK. Jeff

[patch 3/8] Remove tree-ssa-threadedge.h from the tree-ssa.h include list.

2013-10-18 Thread Andrew MacLeod
Straightforward. Just include tree-ssa-threadedge in the 4 .c files that need it. bootstraps on x86_64-unknown-linux-gnu with no new regressions. OK? Andrew * tree-ssa.h: Don't include tree-ssa-threadedge.h. * tree-ssa-dom.c: Include tree-ssa-threadedge.h. * tree-ssa-loop-ch.c: Likewise.