Re: [patch 4/9] Flatten sel-sched-dump.h and sel-sched-ir.h

2015-07-07 Thread Andrew MacLeod
On 07/07/2015 10:01 AM, Alexander Monakov wrote: On Tue, 7 Jul 2015, Andrew MacLeod wrote: This patch flattens both sel-sched-dump.h and sel-sched-ir.h. Both these files end up including cfgloop.h, so in preparation for flattening cfgloop.h, flatten these. Note they actually have only a small

Re: [patch 4/9] Flatten sel-sched-dump.h and sel-sched-ir.h

2015-07-07 Thread Alexander Monakov
On Tue, 7 Jul 2015, Andrew MacLeod wrote: > This patch flattens both sel-sched-dump.h and sel-sched-ir.h. Both these files > end up including cfgloop.h, so in preparation for flattening cfgloop.h, > flatten these. Note they actually have only a small effect on what includes > them. This patch re

[patch 4/9] Flatten sel-sched-dump.h and sel-sched-ir.h

2015-07-07 Thread Andrew MacLeod
This patch flattens both sel-sched-dump.h and sel-sched-ir.h. Both these files end up including cfgloop.h, so in preparation for flattening cfgloop.h, flatten these. Note they actually have only a small effect on what includes them. Bootstraps from scratch on x86_64-unknown-linux-gnu with no