tree-ssa-dom.c (tree_ssa_dominator_optimize): Free nonzero_vars at the end of the function.

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

        * tree-ssa-dom.c (tree_ssa_dominator_optimize):
        Free nonzero_vars at the end of the function.

From-SVN: r81788
This commit is contained in:
Andrew Pinski 2004-05-13 15:21:53 +00:00 committed by Andrew Pinski
parent 0b87eff524
commit cfa4cb00a7
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* tree-ssa-dom.c (tree_ssa_dominator_optimize):
Free nonzero_vars at the end of the function.
* convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a
need to generate code instead of a NOP_EXPR.

View File

@ -630,6 +630,9 @@ tree_ssa_dominator_optimize (void)
/* And finalize the dominator walker. */
fini_walk_dominator_tree (&walk_data);
/* Free nonzero_vars. */
BITMAP_XFREE (nonzero_vars);
}
static bool