On Fri, Oct 18, 2013 at 9:01 PM, Andrew MacLeod wrote:
> On 10/18/2013 12:10 PM, Jeff Law wrote:
>>
>> On 10/18/13 07:37, Andrew MacLeod wrote:
>>>
>>>
>>> gimple_check_call_matching_types() was being called from 3 or 4
>>> different files,and seemed more appropriate as a cgraph routine (which
>>>
On 10/18/2013 12:10 PM, Jeff Law wrote:
On 10/18/13 07:37, Andrew MacLeod wrote:
gimple_check_call_matching_types() was being called from 3 or 4
different files,and seemed more appropriate as a cgraph routine (which
called it 3 times). So I moved that and its helper to cgraph.c.
After that, I
On 10/18/13 07:37, Andrew MacLeod wrote:
gimple_check_call_matching_types() was being called from 3 or 4
different files,and seemed more appropriate as a cgraph routine (which
called it 3 times). So I moved that and its helper to cgraph.c.
After that, I only needed to update 4 .c files to direc
gimple_check_call_matching_types() was being called from 3 or 4
different files,and seemed more appropriate as a cgraph routine (which
called it 3 times). So I moved that and its helper to cgraph.c.
After that, I only needed to update 4 .c files to directly include
gimple-low.h
bootstraps