diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 300ec6b..b5aa3c4 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -22,14 +22,16 @@ 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 "cfghooks.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "cfghooks.h" +#include "tree-pass.h" #include "ssa.h" -#include "options.h" +#include "cgraph.h" +#include "gimple-pretty-print.h" +#include "alias.h" #include "fold-const.h" #include "internal-fn.h" #include "gimplify.h" @@ -47,15 +49,11 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "tree-data-ref.h" #include "tree-scalar-evolution.h" -#include "gimple-pretty-print.h" -#include "tree-pass.h" #include "langhooks.h" #include "tree-vectorizer.h" #include "tree-hasher.h" #include "tree-parloops.h" #include "omp-low.h" -#include "tree-nested.h" -#include "cgraph.h" #include "tree-ssa.h" #include "params.h" #include "params-enum.h" |