diff options
Diffstat (limited to 'gcc/tree-vectorizer.c')
-rw-r--r-- | gcc/tree-vectorizer.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 3e6fd35..edb5609 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -57,26 +57,26 @@ 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 "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "predict.h" +#include "tree-pass.h" #include "ssa.h" +#include "cgraph.h" +#include "tree-pretty-print.h" +#include "dumpfile.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "tree-pretty-print.h" #include "internal-fn.h" #include "gimple-iterator.h" #include "gimple-walk.h" -#include "cgraph.h" #include "tree-ssa-loop-manip.h" #include "tree-cfg.h" #include "cfgloop.h" #include "tree-vectorizer.h" -#include "tree-pass.h" #include "tree-ssa-propagate.h" #include "dbgcnt.h" #include "gimple-fold.h" |