tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.

* tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.

From-SVN: r152124
This commit is contained in:
Jeff Law 2009-09-24 08:53:01 -06:00 committed by Jeff Law
parent 824ff0cd22
commit b5dcb2b9a7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-24 Jeff Law <law@redhat.com>
* tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.
2009-09-24 Richard Guenther <rguenther@suse.de>
PR tree-optimization/36143

View File

@ -2337,6 +2337,8 @@ rewrite_into_ssa (void)
BITMAP_FREE (dfs[bb->index]);
free (dfs);
sbitmap_free (interesting_blocks);
fini_ssa_renamer ();
timevar_pop (TV_TREE_SSA_OTHER);