Re: [patch] Add tree-ssa-coalesce.h

2013-10-01 Thread Richard Biener
On Mon, Sep 30, 2013 at 5:48 PM, Andrew MacLeod wrote: > Move the prototype for coalesce_ssa_name() out of tree-ssa-live.h and put it > in a new tree-ssa-coalesce.h file. > Include tree-ssa-coalesce.h from tree-outof-ssa.h as it forms part of the > out-of-ssa module. > > Also move gimple_can_coal

[patch] Add tree-ssa-coalesce.h

2013-09-30 Thread Andrew MacLeod
Move the prototype for coalesce_ssa_name() out of tree-ssa-live.h and put it in a new tree-ssa-coalesce.h file. Include tree-ssa-coalesce.h from tree-outof-ssa.h as it forms part of the out-of-ssa module. Also move gimple_can_coalesce_p from tree-ssa-coalesce.c to gimple.h as it operates on g