aboutsummaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index ed1a399..f676991 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -21,28 +21,28 @@ 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 "rtl.h"
+#include "tree.h"
+#include "predict.h"
#include "df.h"
+#include "tm_p.h"
+#include "expmed.h"
+#include "insn-config.h"
+#include "regs.h"
+#include "emit-rtl.h"
+#include "recog.h"
#include "diagnostic-core.h"
#include "toplev.h"
#include "alias.h"
-#include "tm_p.h"
-#include "regs.h"
#include "flags.h"
-#include "insn-config.h"
-#include "recog.h"
#include "cfgrtl.h"
#include "cfganal.h"
#include "lcm.h"
#include "cfgcleanup.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"