diff options
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r-- | gcc/tree-chkp.c | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c index c606040..45ac11e 100644 --- a/gcc/tree-chkp.c +++ b/gcc/tree-chkp.c @@ -65,6 +65,22 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "gimplify-me.h" #include "print-tree.h" +#include "hashtab.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "function.h" +#include "rtl.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.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" #include "gimple-fold.h" @@ -77,8 +93,6 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "ipa-chkp.h" #include "params.h" -#include "ipa-chkp.h" -#include "params.h" /* Pointer Bounds Checker instruments code with memory checks to find out-of-bounds memory accesses. Checks are performed by computing |