diff options
author | Michael Matz <matz@suse.de> | 2009-04-26 22:13:39 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2009-04-26 22:13:39 +0000 |
commit | 33abd7188ed10fdc1a4b66a2208490fc58df041b (patch) | |
tree | dd0e0b71d1671df44ae0ff40e6c47eeb9b9824b5 /gcc/tree-flow.h | |
parent | ddc34084b6f0fe85ae52114044dd4a27f57ad8b6 (diff) | |
download | gcc-33abd7188ed10fdc1a4b66a2208490fc58df041b.zip gcc-33abd7188ed10fdc1a4b66a2208490fc58df041b.tar.gz gcc-33abd7188ed10fdc1a4b66a2208490fc58df041b.tar.bz2 |
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
From-SVN: r146820
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; |