summaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r--gcc/mode-switching.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index 4529bc29fa2..95c202d2d9f 100644
--- a/gcc/mode-switching.c
+++ b/gcc/mode-switching.c
@@ -21,21 +21,21 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "cfghooks.h"
+#include "target.h"
#include "rtl.h"
+#include "cfghooks.h"
#include "df.h"
-#include "target.h"
-#include "regs.h"
-#include "flags.h"
+#include "tm_p.h"
#include "insn-config.h"
+#include "regs.h"
+#include "emit-rtl.h"
#include "recog.h"
+#include "flags.h"
#include "cfgrtl.h"
#include "cfganal.h"
#include "lcm.h"
#include "cfgcleanup.h"
-#include "tm_p.h"
#include "tree-pass.h"
-#include "emit-rtl.h"
/* We want target macros for the mode switching code to be able to refer
to instruction attribute values. */