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
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