* tree-ssa-dom.c (record_range): Free the element if we are not
going to use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88994
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * tree-ssa-dom.c (record_range): Free the element if we are not
+ going to use it.
+
2004-10-13 Tom Tromey <tromey@redhat.com>
PR java/15578:
if (*slot == NULL)
*slot = (void *) vrp_hash_elt;
+ else
+ free (vrp_hash_elt);
vrp_hash_elt = (struct vrp_hash_elt *) *slot;
vrp_records_p = &vrp_hash_elt->records;