Re: [patch 1/4] Separate gimple.[ch] and gimplify.[ch]

2013-11-12 Thread Andrew MacLeod
On 11/12/2013 02:23 PM, Jeff Law wrote: On 11/11/13 14:03, Andrew MacLeod wrote: So on to the anomaly that causes the issue. force_gimple_operand* is extensively used by the middle end, but not by the front end at all. The front ends do not use the statement iterators, but 2 of the force_gimple

Re: [patch 1/4] Separate gimple.[ch] and gimplify.[ch]

2013-11-12 Thread Jeff Law
On 11/11/13 14:03, Andrew MacLeod wrote: So on to the anomaly that causes the issue. force_gimple_operand* is extensively used by the middle end, but not by the front end at all. The front ends do not use the statement iterators, but 2 of the force_gimple_operand() routines work with gsi's, and