summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c20
1 files changed, 5 insertions, 15 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 74b2dcd25d2..c621305fe6b 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -24,14 +24,13 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
+#include "backend.h"
#include "tree.h"
-#include "fold-const.h"
-#include "tm.h"
-#include "hard-reg-set.h"
-#include "function.h"
+#include "gimple.h"
#include "rtl.h"
+#include "ssa.h"
+#include "options.h"
+#include "fold-const.h"
#include "flags.h"
#include "insn-config.h"
#include "expmed.h"
@@ -42,28 +41,19 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h"
#include "stmt.h"
#include "expr.h"
-#include "predict.h"
-#include "basic-block.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 "gimplify.h"
#include "gimple-iterator.h"
-#include "stringpool.h"
#include "stor-layout.h"
#include "print-tree.h"
#include "tree-iterator.h"
#include "tree-inline.h"
#include "tree-pretty-print.h"
#include "langhooks.h"
-#include "bitmap.h"
-#include "gimple-ssa.h"
#include "cgraph.h"
#include "tree-cfg.h"
-#include "tree-ssanames.h"
#include "tree-ssa.h"
#include "diagnostic-core.h"
#include "target.h"