diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 29e3c79..5f5d4a5 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -46,6 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "input.h" #include "function.h" +#include "profile.h" #include "except.h" #include "diagnostic-core.h" #include "recog.h" @@ -2527,6 +2528,7 @@ struct edge_prob_info }; #define BLOCK_INFO(B) ((block_info *) (B)->aux) +#undef EDGE_INFO #define EDGE_INFO(E) ((edge_prob_info *) (E)->aux) /* Helper function for estimate_bb_frequencies. |