aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r--gcc/tree-chkp.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c
index 190916d..63a6723 100644
--- a/gcc/tree-chkp.c
+++ b/gcc/tree-chkp.c
@@ -21,23 +21,26 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "alias.h"
#include "backend.h"
-#include "cfghooks.h"
+#include "target.h"
+#include "rtl.h"
#include "tree.h"
#include "gimple.h"
-#include "rtl.h"
+#include "cfghooks.h"
+#include "tree-pass.h"
#include "ssa.h"
-#include "options.h"
+#include "expmed.h"
+#include "insn-config.h"
+#include "emit-rtl.h"
+#include "cgraph.h"
+#include "diagnostic.h"
+#include "alias.h"
#include "fold-const.h"
#include "stor-layout.h"
#include "varasm.h"
-#include "target.h"
#include "tree-iterator.h"
#include "tree-cfg.h"
#include "langhooks.h"
-#include "tree-pass.h"
-#include "diagnostic.h"
#include "cfgloop.h"
#include "tree-ssa-address.h"
#include "tree-ssa.h"
@@ -48,12 +51,9 @@ along with GCC; see the file COPYING3. If not see
#include "gimplify-me.h"
#include "print-tree.h"
#include "flags.h"
-#include "insn-config.h"
-#include "expmed.h"
#include "dojump.h"
#include "explow.h"
#include "calls.h"
-#include "emit-rtl.h"
#include "stmt.h"
#include "expr.h"
#include "tree-ssa-propagate.h"
@@ -61,7 +61,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-chkp.h"
#include "gimple-walk.h"
#include "tree-dfa.h"
-#include "cgraph.h"
#include "ipa-chkp.h"
#include "params.h"