diff options
Diffstat (limited to 'gcc/tree-vect-data-refs.c')
-rw-r--r-- | gcc/tree-vect-data-refs.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index 51cea9e..048f2e6 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -22,19 +22,22 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "dumpfile.h" #include "backend.h" -#include "predict.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "predict.h" +#include "tm_p.h" #include "ssa.h" +#include "optabs-tree.h" +#include "cgraph.h" +#include "gimple-pretty-print.h" +#include "diagnostic-core.h" +#include "dumpfile.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "tm_p.h" -#include "target.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" @@ -47,11 +50,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-chrec.h" #include "tree-scalar-evolution.h" #include "tree-vectorizer.h" -#include "diagnostic-core.h" -#include "cgraph.h" #include "expr.h" -#include "insn-codes.h" -#include "optabs-tree.h" #include "builtins.h" #include "params.h" |