diff options
Diffstat (limited to 'gcc/tree-vect-generic.c')
-rw-r--r-- | gcc/tree-vect-generic.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gcc/tree-vect-generic.c b/gcc/tree-vect-generic.c index 73c5cc5e946..c357d2bdc13 100644 --- a/gcc/tree-vect-generic.c +++ b/gcc/tree-vect-generic.c @@ -20,13 +20,17 @@ 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 "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "tree-pass.h" #include "ssa.h" -#include "options.h" +#include "expmed.h" +#include "optabs-tree.h" +#include "diagnostic.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "langhooks.h" @@ -36,13 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "gimplify-me.h" #include "tree-cfg.h" #include "tree-iterator.h" -#include "tree-pass.h" #include "flags.h" -#include "diagnostic.h" -#include "target.h" -#include "expmed.h" -#include "insn-codes.h" -#include "optabs-tree.h" static void expand_vector_operations_1 (gimple_stmt_iterator *); |