* tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2010 02:51:40 +0000 (02:51 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2010 02:51:40 +0000 (02:51 +0000)
* tree.c (tree_node_kind): Delete corresponding entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163047 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c
gcc/tree.h

index 3cb6543..ca7c071 100644 (file)
@@ -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.
index e67a00c..391d004 100644 (file)
@@ -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",
index 931155c..271b1fb 100644 (file)
@@ -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,