On 10/18/13 07:45, Andrew MacLeod wrote:
Another basoc-block inclusion. cfgloop.h was including basic-block.h,
which meant lots of other things were getting it from here too.
The only routine in cfgloop.h which uses anything from basic-block.h was
bb_loop_depth(). By moving that to cfgloop.c, its no longer required by
the .h file. I did have to include function.h for a few routines. I
cannot imagine this being hot enough to show up on any performance
measure...
bootstraps on x86_64-unknown-linux-gnu with no new regressions. OK?
OK.
jeff