Commit 623f4556 by Andrew Pinski Committed by Andrew Pinski

tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the function.

2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-live (calculate_live_on_entry): Free saw_def
        at the end of the function.

From-SVN: r81814
parent 960076d9
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* tree-ssa-live (calculate_live_on_entry): Free saw_def
at the end of the function.
* tree-ssa-dce.c (perform_tree_ssa_dce): Free
el at the end of the function.
......
......@@ -738,6 +738,8 @@ calculate_live_on_entry (var_map map)
abort ();
#endif
BITMAP_XFREE (saw_def);
return live;
}
......
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