* tree.h (struct tree_ssa_name): Remove field 'equiv'.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 29 Oct 2004 12:28:25 +0000 (12:28 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 29 Oct 2004 12:28:25 +0000 (08:28 -0400)
From-SVN: r89832

gcc/ChangeLog
gcc/tree.h

index c1e96f3bd571c8c04dc6ed601a96187dc000e7da..1a8d78a9d6ccb014cdb40c38a9fd1204837ad28d 100644 (file)
@@ -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.
index 31a5903e86a020c36a2f2dea74face79bf7208e3..9f74ef9cd987e0b610be13122d3fc76472f047f8 100644 (file)
@@ -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;