X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fgraphite-sese-to-poly.c;h=23b63ad1f5ea55ea89ddbf77717c9f7d256cc9b4;hb=e55ffe1001a6ec3ac5f9c1964ea330d606eafa24;hp=91ef900df2207808ca26ac2d2543fbd85755f14f;hpb=5624e564d2239a74daa140e726b7b229d6e9a115;p=gcc.git diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 91ef900df22..23b63ad1f5e 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -40,15 +40,21 @@ extern "C" { #include "system.h" #include "coretypes.h" -#include "tree.h" -#include "predict.h" -#include "vec.h" -#include "hashtab.h" #include "hash-set.h" #include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "options.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.h" +#include "fold-const.h" +#include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -81,6 +87,20 @@ extern "C" { #include "tree-ssa-propagate.h" #ifdef HAVE_isl +#include "hashtab.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 "varasm.h" +#include "stmt.h" #include "expr.h" #include "graphite-poly.h" #include "graphite-sese-to-poly.h"