From: Diego Novillo Date: Fri, 29 Oct 2004 12:28:25 +0000 (+0000) Subject: * tree.h (struct tree_ssa_name): Remove field 'equiv'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0be058dd64e6c860c9c41629b6909e3299aa0a04;p=gcc.git * tree.h (struct tree_ssa_name): Remove field 'equiv'. From-SVN: r89832 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1e96f3bd57..1a8d78a9d6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-29 Diego Novillo + + * tree.h (struct tree_ssa_name): Remove field 'equiv'. + 2004-10-28 Nathan Sidwell * bitmap.h (bitmap_empty_p): New. diff --git a/gcc/tree.h b/gcc/tree.h index 31a5903e86a..9f74ef9cd98 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;