aboutsummaryrefslogtreecommitdiff
path: root/gcc/et-forest.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-25 18:41:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-25 18:41:28 +0000
commitbef87a346c2ebf741fa60ca0c80f8f559551e6e6 (patch)
tree36dc2c60cc0910678a8a57037651dc2c5999e4b5 /gcc/et-forest.h
parentccb527e4b7a69db20ae01dbd4bfe7b79d8ace6ec (diff)
downloadgcc-bef87a346c2ebf741fa60ca0c80f8f559551e6e6.zip
gcc-bef87a346c2ebf741fa60ca0c80f8f559551e6e6.tar.gz
gcc-bef87a346c2ebf741fa60ca0c80f8f559551e6e6.tar.bz2
dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes.
* dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes. * et-forest.c (et_free_tree_force): New. * et-forest.h: Add a prototype for et_free_tree_force. From-SVN: r97054
Diffstat (limited to 'gcc/et-forest.h')
-rw-r--r--gcc/et-forest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/et-forest.h b/gcc/et-forest.h
index 2f2c260..79d4bc9 100644
--- a/gcc/et-forest.h
+++ b/gcc/et-forest.h
@@ -73,6 +73,7 @@ struct et_node
struct et_node *et_new_tree (void *data);
void et_free_tree (struct et_node *);
+void et_free_tree_force (struct et_node *);
void et_set_father (struct et_node *, struct et_node *);
void et_split (struct et_node *);
struct et_node *et_nca (struct et_node *, struct et_node *);