Re: [patch] Separate immediate uses and phi routines from tree-flow*.h

2013-10-01 Thread Richard Biener
On Fri, Sep 27, 2013 at 8:36 PM, Andrew MacLeod wrote: > On 09/27/2013 04:44 AM, Richard Biener wrote: >> >> On Thu, Sep 26, 2013 at 6:07 PM, Andrew MacLeod >> wrote: >> >>> >>> Ugg. I incorporated what we talked about, and it was much messier than >>> expected :-P. I ended up with a chicken and

Re: [patch] Separate immediate uses and phi routines from tree-flow*.h

2013-09-27 Thread Richard Biener
On Thu, Sep 26, 2013 at 6:07 PM, Andrew MacLeod wrote: > On 09/25/2013 04:49 AM, Richard Biener wrote: >> >> On Tue, Sep 24, 2013 at 4:39 PM, Andrew MacLeod >> wrote: >>> >>> This larger patch moves all the immediate use and operand routines from >>> tree-flow.h into tree-ssa-operands.h. >>> It a

Re: [patch] Separate immediate uses and phi routines from tree-flow*.h

2013-09-25 Thread Andrew MacLeod
On 09/25/2013 04:49 AM, Richard Biener wrote: On Tue, Sep 24, 2013 at 4:39 PM, Andrew MacLeod wrote: 3 - a few routines seem like basic gimple routines, but really turn out to require the operand infrastructure to implement... so they are moved to tree-ssa-operands.[ch] as well. This sort of t

Re: [patch] Separate immediate uses and phi routines from tree-flow*.h

2013-09-25 Thread Richard Biener
On Tue, Sep 24, 2013 at 4:39 PM, Andrew MacLeod wrote: > This larger patch moves all the immediate use and operand routines from > tree-flow.h into tree-ssa-operands.h. > It also moves the basic phi routines and prototypes into a newly created > tree-phinodes.h, or tree-ssa-operands.h if they belo