]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/rtlanal.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / rtlanal.c
index 23b2c45e6cfe5c1c285d74f97516d8f870d354d7..9a02d5dc07caf66aa8724571720ce5ad5bf486e1 100644 (file)
@@ -22,19 +22,19 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "predict.h"
-#include "tree.h"
+#include "target.h"
 #include "rtl.h"
+#include "tree.h"
+#include "predict.h"
 #include "df.h"
-#include "diagnostic-core.h"
+#include "tm_p.h"
 #include "insn-config.h"
+#include "regs.h"
+#include "emit-rtl.h"  /* FIXME: Can go away once crtl is moved to rtl.h.  */
 #include "recog.h"
-#include "target.h"
+#include "diagnostic-core.h"
 #include "output.h"
-#include "tm_p.h"
 #include "flags.h"
-#include "regs.h"
-#include "emit-rtl.h"  /* FIXME: Can go away once crtl is moved to rtl.h.  */
 #include "addresses.h"
 #include "rtl-iter.h"