diff options
Diffstat (limited to 'gcc/cfgbuild.c')
-rw-r--r-- | gcc/cfgbuild.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 43c0b3a125d..236b84dc445 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -21,20 +21,13 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" #include "alias.h" -#include "symtab.h" #include "tree.h" #include "rtl.h" -#include "hard-reg-set.h" -#include "predict.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" #include "cfganal.h" #include "cfgbuild.h" -#include "basic-block.h" #include "regs.h" #include "flags.h" #include "except.h" @@ -49,7 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "diagnostic-core.h" #include "timevar.h" -#include "sbitmap.h" static void make_edges (basic_block, basic_block, int); static void make_label_edge (sbitmap, basic_block, rtx, int); |