Commit fe7139ac by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r87553
parent a8c60d7f
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment