diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index f1aaf8c9b3c..da096cf8644 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -51,12 +51,15 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "input.h" #include "function.h" +#include "predict.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" #include "basic-block.h" #include "expr.h" #include "except.h" #include "diagnostic-core.h" #include "reload.h" -#include "predict.h" #include "tree-pass.h" #include "target.h" #include "rtl-iter.h" |