* tree-cfg.c (remove_bb): Release SSA defs.

From-SVN: r87553
This commit is contained in:
Jan Hubicka 2004-09-15 16:14:03 +02:00 committed by Jan Hubicka
parent a8c60d7fff
commit fe7139acb1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-15 Jan Hubicka <jh@suse.cz>
* tree-cfg.c (remove_bb): Release SSA defs.
2004-09-15 Kazu Hirata <kazu@cs.umass.edu>
* doc/tm.texi: Follow spelling conventions.

View File

@ -1802,6 +1802,7 @@ remove_bb (basic_block bb)
for (i = bsi_start (bb); !bsi_end_p (i); bsi_remove (&i))
{
tree stmt = bsi_stmt (i);
release_defs (stmt);
set_bb_for_stmt (stmt, NULL);