diff options
Diffstat (limited to 'gcc/tree-ssa-loop-im.c')
-rw-r--r-- | gcc/tree-ssa-loop-im.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c index 0598c18..2d9cd76 100644 --- a/gcc/tree-ssa-loop-im.c +++ b/gcc/tree-ssa-loop-im.c @@ -21,16 +21,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.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 "tm_p.h" #include "ssa.h" +#include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" -#include "tm_p.h" #include "cfganal.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" @@ -42,7 +43,6 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "domwalk.h" #include "params.h" -#include "tree-pass.h" #include "flags.h" #include "tree-affine.h" #include "tree-ssa-propagate.h" |