Re: [patch 7/8] Remove basic-block.h from cgraph.h

2013-10-18 Thread Jeff Law
On 10/18/13 07:43, Andrew MacLeod wrote: I also happened to notice that basic-block.h was being included directly by cgraph.h. The only thing cgraph.h and most of what use it need are the typedefs for gcov_type: typedef HOST_WIDEST_INT gcov_type; typedef unsigned HOST_WIDEST_INT gcov_type_unsig

[patch 7/8] Remove basic-block.h from cgraph.h

2013-10-18 Thread Andrew MacLeod
I also happened to notice that basic-block.h was being included directly by cgraph.h. The only thing cgraph.h and most of what use it need are the typedefs for gcov_type: typedef HOST_WIDEST_INT gcov_type; typedef unsigned HOST_WIDEST_INT gcov_type_unsigned; This patch moves gcov_type and gco