Commit 0be058dd by Diego Novillo Committed by Diego Novillo

* tree.h (struct tree_ssa_name): Remove field 'equiv'.

From-SVN: r89832
parent eb59b8de
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment