| Submitter | Nathan Froyd |
|---|---|
| Date | Aug. 10, 2010, 2:51 a.m. |
| Message ID | <20100810025143.GM4130@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/61330/ |
| State | New |
| Headers | show |
Comments
Patch
Index: tree.c =================================================================== --- tree.c (revision 163046) +++ tree.c (working copy) @@ -136,8 +136,6 @@ static const char * const tree_node_kind "exprs", "constants", "identifiers", - "perm_tree_lists", - "temp_tree_lists", "vecs", "binfos", "ssa names", Index: tree.h =================================================================== --- tree.h (revision 163046) +++ tree.h (working copy) @@ -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,