OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / et-forest.h
index 1de715f..fd25cbe 100644 (file)
@@ -79,6 +79,7 @@ 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 *);
 bool et_below (struct et_node *, struct et_node *);
+struct et_node *et_root (struct et_node *);
 
 #ifdef __cplusplus
 }