diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-15 06:34:27 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-15 06:34:27 +0000 |
commit | 058672f818da2e2fd3eed44737939291cc02d809 (patch) | |
tree | cd6e318f2abeabc01493804644c205c72f5eb7f3 /gcc/tree-ssa-loop-im.c | |
parent | ac2c6188d9bb781b7055c102c0af536fd6ca3366 (diff) | |
download | gcc-058672f818da2e2fd3eed44737939291cc02d809.tar.gz |
2016-04-15 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with even more of GCC 6, using subversion 1.9
svn merge -r229501:229700 ^/trunk
}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@235005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-im.c')
-rw-r--r-- | gcc/tree-ssa-loop-im.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c index 0598c182f41..30b53ce1989 100644 --- a/gcc/tree-ssa-loop-im.c +++ b/gcc/tree-ssa-loop-im.c @@ -21,17 +21,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "cfghooks.h" +#include "tree-pass.h" #include "ssa.h" -#include "alias.h" +#include "gimple-pretty-print.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" #include "gimple-iterator.h" @@ -42,8 +39,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" #include "trans-mem.h" |