diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 97938970211..505c06dc0c8 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -47,7 +47,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "hard-reg-set.h" #include "predict.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -60,6 +59,16 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "diagnostic-core.h" #include "recog.h" +#include "hashtab.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "coverage.h" #include "sreal.h" @@ -84,7 +93,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-loop.h" #include "tree-pass.h" #include "tree-scalar-evolution.h" -#include "cfgloop.h" /* real constants: 0, 1, 1-1/REG_BR_PROB_BASE, REG_BR_PROB_BASE, 1/REG_BR_PROB_BASE, 0.5, BB_FREQ_MAX. */ |