]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree.h (tree_node_kind): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 10 Aug 2010 02:51:40 +0000 (02:51 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 10 Aug 2010 02:51:40 +0000 (02:51 +0000)
* tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
* tree.c (tree_node_kind): Delete corresponding entries.

From-SVN: r163047

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

index 3cb6543f541e2dac20322ba173f5acf149c2f7bd..ca7c0710b5718b507ff585b6afd50cee64a3ce08 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 e67a00cae6aaa78abd1b3a23ee24b76550444fe6..391d0040a7e8b4ec987f1613dc74a5ab3fa28662 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 931155ca310dd16894b2b670b0d2d0650407a5b2..271b1fbd6f054637ad4830334d51df7793dab871 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,