diff options
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r-- | gcc/ipa-pure-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 9b99ee4..0c06b4e 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -38,7 +38,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "tree-cfg.h" -#include "tree-ssa-loop.h" +#include "tree-ssa-loop-niter.h" #include "tree-inline.h" #include "tree-pass.h" #include "langhooks.h" |