diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/tree.c | 2 | ||||
-rw-r--r-- | gcc/tree.h | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3cb6543..ca7c071 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-08-09 Nathan Froyd <froydnj@codesourcery.com> + + * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete. + * tree.c (tree_node_kind): Delete corresponding entries. + 2010-08-09 H.J. Lu <hongjiu.lu@intel.com> * alias.c (may_alias_p): Remove unused ret. @@ -136,8 +136,6 @@ static const char * const tree_node_kind_names[] = { "exprs", "constants", "identifiers", - "perm_tree_lists", - "temp_tree_lists", "vecs", "binfos", "ssa names", @@ -5346,8 +5346,6 @@ typedef enum e_kind, c_kind, id_kind, - perm_list_kind, - temp_list_kind, vec_kind, binfo_kind, ssa_name_kind, |