mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 04:30:32 +08:00
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:
parent
824ff0cd22
commit
b5dcb2b9a7
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user