aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-chkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-chkp.c')
-rw-r--r--gcc/rtl-chkp.c36
1 files changed, 26 insertions, 10 deletions
diff --git a/gcc/rtl-chkp.c b/gcc/rtl-chkp.c
index 524b3ba..5f12843 100644
--- a/gcc/rtl-chkp.c
+++ b/gcc/rtl-chkp.c
@@ -22,23 +22,39 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "symtab.h"
-#include "expr.h"
-#include "target.h"
-#include "tree-ssa-alias.h"
-#include "internal-fn.h"
-#include "is-a.h"
-#include "predict.h"
-#include "basic-block.h"
+#include "hashtab.h"
#include "hash-set.h"
-#include "machmode.h"
#include "vec.h"
-#include "double-int.h"
+#include "machmode.h"
+#include "tm.h"
+#include "hard-reg-set.h"
#include "input.h"
+#include "function.h"
+#include "rtl.h"
+#include "flags.h"
+#include "statistics.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
#include "alias.h"
-#include "symtab.h"
#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
+#include "insn-config.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"
+#include "target.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "is-a.h"
+#include "predict.h"
+#include "basic-block.h"
#include "fold-const.h"
#include "gimple-expr.h"
#include "gimple.h"