From 5a6ccafd7d4899ee7942a5f3be359a249c1273ae Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Tue, 20 Jun 2006 16:19:29 +0000 Subject: alloc-pool.h (free_alloc_pool_if_empty): Prototype new function. 2006-06-20 Richard Guenther Michael Matz * alloc-pool.h (free_alloc_pool_if_empty): Prototype new function. * alloc-pool.c (free_alloc_pool_if_empty): New function. * et-forest.h (et_free_pools): Prototype new function. * et-forest.c (et_free_tree_force): Free parent occurrence. (et_free_pools): New function. * dominance.c (free_dominance_info): Free et-forest alloc pools. Co-Authored-By: Michael Matz From-SVN: r114817 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a56b81..f0e8292 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2006-06-20 Richard Guenther + Michael Matz + + * alloc-pool.h (free_alloc_pool_if_empty): Prototype new + function. + * alloc-pool.c (free_alloc_pool_if_empty): New function. + * et-forest.h (et_free_pools): Prototype new function. + * et-forest.c (et_free_tree_force): Free parent occurrence. + (et_free_pools): New function. + * dominance.c (free_dominance_info): Free et-forest alloc + pools. + 2006-06-20 Roger Sayle * expr.c (expand_expr_real_1) : For vector constants with -- cgit v1.1