diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index c0e2b0a2f13..8e6c465ac31 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -30,19 +30,19 @@ 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 "gimple.h" +#include "rtl.h" +#include "ssa.h" #include "flags.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "calls.h" #include "attribs.h" #include "varasm.h" #include "tm_p.h" -#include "hard-reg-set.h" -#include "function.h" #include "obstack.h" #include "toplev.h" /* get_random_seed */ #include "filenames.h" @@ -52,23 +52,10 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-inline.h" #include "tree-iterator.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" -#include "bitmap.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" #include "gimplify.h" -#include "gimple-ssa.h" #include "cgraph.h" -#include "tree-phinodes.h" -#include "stringpool.h" -#include "tree-ssanames.h" -#include "rtl.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |