]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Apr 2009 22:13:39 +0000 (22:13 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Apr 2009 22:13:39 +0000 (22:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146820 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-flow.h

index 9d865dc18ae8020558004c422020787a04e1bc19..ed101c05041cc3866f0d1dd20a5a6b62c4dbaafa 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-26  Michael Matz  <matz@suse.de>
+
+       * tree-flow.h (tree_ann_common_d): Remove aux and value_handle
+       members.
+
 2009-04-26  Michael Matz  <matz@suse.de>
 
        * tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
index d302cd2d5fc9566c29eb577ad3c0282cf8aaf5b9..71e58a8fc301800b872bbbe1a7f0b8abc60d3fc8 100644 (file)
@@ -136,13 +136,6 @@ struct GTY(()) tree_ann_common_d {
      expansion (see gimple_to_tree).  */
   int rn;
 
-  /* Auxiliary info specific to a pass.  At all times, this
-     should either point to valid data or be NULL.  */ 
-  PTR GTY ((skip (""))) aux; 
-
-  /* The value handle for this expression.  Used by GVN-PRE.  */
-  tree GTY((skip)) value_handle;
-
   /* Pointer to original GIMPLE statement.  Used during RTL expansion
      (see gimple_to_tree).  */
   gimple stmt;