diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index f3beebe..b8d44a6 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -40,6 +40,7 @@ Boston, MA 02110-1301, USA. */ #include "debug.h" #include "params.h" #include "tree-inline.h" +#include "value-prof.h" /* Verify that there is exactly single jump instruction since last and attach REG_BR_PROB note specifying probability. @@ -1860,6 +1861,7 @@ tree_expand_cfg (void) /* After expanding, the return labels are no longer needed. */ return_label = NULL; naked_return_label = NULL; + free_histograms (); return 0; } |