diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index d302cd2..71e58a8 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -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; |