Commit 5a351c3c by Nathan Froyd Committed by Nathan Froyd

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
parent c138e56a
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> 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
* alias.c (may_alias_p): Remove unused ret. * alias.c (may_alias_p): Remove unused ret.
......
...@@ -136,8 +136,6 @@ static const char * const tree_node_kind_names[] = { ...@@ -136,8 +136,6 @@ static const char * const tree_node_kind_names[] = {
"exprs", "exprs",
"constants", "constants",
"identifiers", "identifiers",
"perm_tree_lists",
"temp_tree_lists",
"vecs", "vecs",
"binfos", "binfos",
"ssa names", "ssa names",
......
...@@ -5346,8 +5346,6 @@ typedef enum ...@@ -5346,8 +5346,6 @@ typedef enum
e_kind, e_kind,
c_kind, c_kind,
id_kind, id_kind,
perm_list_kind,
temp_list_kind,
vec_kind, vec_kind,
binfo_kind, binfo_kind,
ssa_name_kind, ssa_name_kind,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment