tree.h (tree_node_kind): Delete.
* tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete. * tree.c (tree_node_kind): Delete corresponding entries. From-SVN: r163047
This commit is contained in:
parent
c138e56a70
commit
5a351c3ca0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user