diff options
Diffstat (limited to 'gcc/config/tilegx')
-rw-r--r-- | gcc/config/tilegx/mul-tables.c | 6 | ||||
-rw-r--r-- | gcc/config/tilegx/tilegx-c.c | 1 | ||||
-rw-r--r-- | gcc/config/tilegx/tilegx.c | 16 |
3 files changed, 6 insertions, 17 deletions
diff --git a/gcc/config/tilegx/mul-tables.c b/gcc/config/tilegx/mul-tables.c index 6f5df4730b8..aca99e77c73 100644 --- a/gcc/config/tilegx/mul-tables.c +++ b/gcc/config/tilegx/mul-tables.c @@ -24,16 +24,15 @@ #include "config.h" #include "system.h" #include "coretypes.h" -#include "symtab.h" +#include "tree.h" #include "hashtab.h" #include "hash-set.h" #include "vec.h" #include "machmode.h" #include "tm.h" -#include "hard-reg-set.h" +#include "rtl.h" #include "input.h" #include "function.h" -#include "rtl.h" #include "flags.h" #include "statistics.h" #include "double-int.h" @@ -42,7 +41,6 @@ #include "alias.h" #include "wide-int.h" #include "inchash.h" -#include "tree.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" diff --git a/gcc/config/tilegx/tilegx-c.c b/gcc/config/tilegx/tilegx-c.c index b38bcd2f4b2..833dfe2f2a1 100644 --- a/gcc/config/tilegx/tilegx-c.c +++ b/gcc/config/tilegx/tilegx-c.c @@ -25,7 +25,6 @@ #include "tm_p.h" #include "cpplib.h" #include "alias.h" -#include "symtab.h" #include "tree.h" #include "c-family/c-common.h" diff --git a/gcc/config/tilegx/tilegx.c b/gcc/config/tilegx/tilegx.c index 1f285e09139..68af9947985 100644 --- a/gcc/config/tilegx/tilegx.c +++ b/gcc/config/tilegx/tilegx.c @@ -21,19 +21,18 @@ #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" #include "rtl.h" +#include "df.h" #include "regs.h" #include "insn-config.h" #include "output.h" #include "insn-attr.h" #include "recog.h" -#include "hard-reg-set.h" -#include "function.h" #include "flags.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -45,15 +44,11 @@ #include "langhooks.h" #include "insn-codes.h" #include "optabs.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" #include "cfganal.h" #include "lcm.h" #include "cfgbuild.h" #include "cfgcleanup.h" -#include "predict.h" -#include "basic-block.h" #include "sched-int.h" #include "tm_p.h" #include "tm-constrs.h" @@ -61,12 +56,9 @@ #include "dwarf2.h" #include "timevar.h" #include "fold-const.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-fold.h" #include "tree-eh.h" -#include "gimple-expr.h" -#include "gimple.h" #include "stringpool.h" #include "stor-layout.h" #include "gimplify.h" |