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>
* 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,
......
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