summaryrefslogtreecommitdiff
path: root/gcc/dce.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dce.c')
-rw-r--r--gcc/dce.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/dce.c b/gcc/dce.c
index c9cffc97055..7fd975c01e0 100644
--- a/gcc/dce.c
+++ b/gcc/dce.c
@@ -21,12 +21,14 @@ 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 "alias.h"
+#include "tm_p.h"
#include "regs.h"
+#include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */
+#include "alias.h"
#include "flags.h"
#include "except.h"
#include "cfgrtl.h"
@@ -37,8 +39,6 @@ along with GCC; see the file COPYING3. If not see
#include "valtrack.h"
#include "tree-pass.h"
#include "dbgcnt.h"
-#include "tm_p.h"
-#include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */
/* -------------------------------------------------------------------------