This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 8/8] cfgloop.h includes basic-block.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]