diff options
Diffstat (limited to 'gcc/gimple-loop-interchange.cc')
-rw-r--r-- | gcc/gimple-loop-interchange.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimple-loop-interchange.cc b/gcc/gimple-loop-interchange.cc index 2379848..1656004 100644 --- a/gcc/gimple-loop-interchange.cc +++ b/gcc/gimple-loop-interchange.cc @@ -2084,6 +2084,8 @@ pass_linterchange::execute (function *fun) loop_nest.release (); } + if (changed_p) + scev_reset (); return changed_p ? (TODO_update_ssa_only_virtuals) : 0; } |