diff options
Diffstat (limited to 'gcc/tree-scalar-evolution.c')
-rw-r--r-- | gcc/tree-scalar-evolution.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c index 846d274..955240b 100644 --- a/gcc/tree-scalar-evolution.c +++ b/gcc/tree-scalar-evolution.c @@ -2862,6 +2862,7 @@ scev_finalize (void) { htab_delete (scalar_evolution_info); BITMAP_FREE (already_instantiated); + scalar_evolution_info = NULL; } /* Replace ssa names for that scev can prove they are constant by the |