aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r--gcc/simplify-rtx.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index eb3f153..e9e7c80 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -22,28 +22,26 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "predict.h"
+#include "target.h"
#include "rtl.h"
-#include "alias.h"
#include "tree.h"
-#include "fold-const.h"
-#include "varasm.h"
+#include "predict.h"
#include "tm_p.h"
+#include "expmed.h"
+#include "optabs.h"
#include "regs.h"
-#include "flags.h"
-#include "insn-config.h"
+#include "emit-rtl.h"
#include "recog.h"
-#include "insn-codes.h"
-#include "optabs.h"
-#include "expmed.h"
+#include "diagnostic-core.h"
+#include "alias.h"
+#include "fold-const.h"
+#include "varasm.h"
+#include "flags.h"
#include "dojump.h"
#include "explow.h"
#include "calls.h"
-#include "emit-rtl.h"
#include "stmt.h"
#include "expr.h"
-#include "diagnostic-core.h"
-#include "target.h"
/* Simplification and canonicalization of RTL. */