summaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c23
1 files changed, 6 insertions, 17 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 4966334206e..6292fd263c4 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -25,23 +25,23 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
#include "tree.h"
+#include "gimple.h"
+#include "rtl.h"
+#include "df.h"
+#include "ssa.h"
+#include "alias.h"
#include "fold-const.h"
#include "varasm.h"
-#include "rtl.h"
#include "tm_p.h"
#include "flags.h"
#include "insn-attr.h"
#include "insn-config.h"
#include "insn-flags.h"
-#include "hard-reg-set.h"
#include "recog.h"
#include "output.h"
#include "except.h"
-#include "function.h"
#include "toplev.h"
#include "expmed.h"
#include "dojump.h"
@@ -50,8 +50,6 @@ along with GCC; see the file COPYING3. If not see
#include "emit-rtl.h"
#include "stmt.h"
#include "expr.h"
-#include "predict.h"
-#include "basic-block.h"
#include "intl.h"
#include "graph.h"
#include "regs.h"
@@ -67,21 +65,14 @@ along with GCC; see the file COPYING3. If not see
#include "coverage.h"
#include "value-prof.h"
#include "tree-inline.h"
-#include "tree-ssa-alias.h"
#include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
-#include "gimple-ssa.h"
#include "tree-cfg.h"
-#include "stringpool.h"
-#include "tree-ssanames.h"
#include "tree-ssa-loop-manip.h"
#include "tree-into-ssa.h"
#include "tree-dfa.h"
#include "tree-ssa.h"
#include "tree-pass.h"
#include "tree-dump.h"
-#include "df.h"
#include "cgraph.h"
#include "lto-streamer.h"
#include "plugin.h"
@@ -89,8 +80,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pretty-print.h" /* for dump_function_header */
#include "context.h"
#include "pass_manager.h"
-#include "dominance.h"
-#include "cfg.h"
#include "cfgrtl.h"
#include "tree-ssa-live.h" /* For remove_unused_locals. */
#include "tree-cfgcleanup.h"