tree-ssa-dom.c (tree_ssa_dominator_optimize): Free nonzero_vars at the end of the...
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 13 May 2004 15:21:53 +0000 (15:21 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 13 May 2004 15:21:53 +0000 (08:21 -0700)
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

gcc/ChangeLog
gcc/tree-ssa-dom.c

index f657b17..22144a6 100644 (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.
 
index 0daf59b..ed47ea6 100644 (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