diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 57837a1fc90..d4444fdad90 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -20,19 +20,17 @@ 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 "tree.h" +#include "rtl.h" +#include "df.h" -#include "hard-reg-set.h" #include "rtl-error.h" #include "tm_p.h" #include "obstack.h" #include "insn-config.h" #include "flags.h" -#include "function.h" -#include "symtab.h" -#include "rtl.h" #include "alias.h" -#include "tree.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -45,13 +43,8 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "regs.h" #include "addresses.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" #include "cfgbuild.h" -#include "basic-block.h" -#include "df.h" #include "reload.h" #include "recog.h" #include "except.h" |