diff options
author | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-26 22:13:39 +0000 |
---|---|---|
committer | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-26 22:13:39 +0000 |
commit | 5cc6fc7d10d5dfa34dce5440bdaf70bc0a7fb476 (patch) | |
tree | dd0e0b71d1671df44ae0ff40e6c47eeb9b9824b5 /gcc/tree-flow.h | |
parent | 96c1516454c6fe08871689da32ddd560143eb45b (diff) | |
download | gcc-5cc6fc7d10d5dfa34dce5440bdaf70bc0a7fb476.tar.gz |
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146820 138bc75d-0d04-0410-961f-82ee72b054a4
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 d302cd2d5fc..71e58a8fc30 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; |