summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index b1af1a463a9..5a010454c8e 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -36,6 +36,22 @@ along with GCC; see the file COPYING3. If not see
#include "input.h"
#include "function.h"
#include "symtab.h"
+#include "rtl.h"
+#include "statistics.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
+#include "alias.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "tree.h"
+#include "expmed.h"
+#include "dojump.h"
+#include "explow.h"
+#include "calls.h"
+#include "emit-rtl.h"
+#include "varasm.h"
+#include "stmt.h"
#include "expr.h"
#include "insn-codes.h"
#include "optabs.h"
@@ -51,13 +67,8 @@ along with GCC; see the file COPYING3. If not see
#include "reload.h"
#include "recog.h"
#include "except.h"
-#include "symtab.h"
-#include "wide-int.h"
-#include "inchash.h"
-#include "tree.h"
#include "ira.h"
#include "target.h"
-#include "emit-rtl.h"
#include "dumpfile.h"
#include "rtl-iter.h"