aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree.h2
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.
diff --git a/gcc/tree.h b/gcc/tree.h
index 31a5903e..9f74ef9 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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;