diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/tree.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1e96f3..1a8d78a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-29 Diego Novillo <dnovillo@redhat.com> + + * tree.h (struct tree_ssa_name): Remove field 'equiv'. + 2004-10-28 Nathan Sidwell <nathan@codesourcery.com> * bitmap.h (bitmap_empty_p): New. @@ -1342,8 +1342,6 @@ struct tree_ssa_name GTY(()) /* _DECL wrapped by this SSA name. */ tree var; - tree equiv; - /* SSA version number. */ unsigned int version; |
