mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 16:30:53 +08:00
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:
parent
0b87eff524
commit
cfa4cb00a7
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user