aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c19
1 files changed, 8 insertions, 11 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index 32eec02..f67406e 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -92,31 +92,28 @@ a register with any other reload. */
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "tree.h"
+#include "target.h"
#include "rtl.h"
+#include "tree.h"
#include "df.h"
-#include "rtl-error.h"
#include "tm_p.h"
-#include "insn-config.h"
+#include "expmed.h"
+#include "optabs.h"
+#include "regs.h"
+#include "ira.h"
+#include "recog.h"
+#include "rtl-error.h"
#include "flags.h"
#include "alias.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"
-#include "recog.h"
#include "reload.h"
-#include "regs.h"
#include "addresses.h"
#include "params.h"
-#include "target.h"
-#include "ira.h"
/* True if X is a constant that can be forced into the constant pool.
MODE is the mode of the operand, or VOIDmode if not known. */