Re: [patch 1/8] Remove gimple-low.h from the tree-ssa.h include list.

2013-10-21 Thread Richard Biener
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 >>>

Re: [patch 1/8] Remove gimple-low.h from the tree-ssa.h include list.

2013-10-18 Thread Andrew MacLeod
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

Re: [patch 1/8] Remove gimple-low.h from the tree-ssa.h include list.

2013-10-18 Thread Jeff Law
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

[patch 1/8] Remove gimple-low.h from the tree-ssa.h include list.

2013-10-18 Thread Andrew MacLeod
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