Commit 33abd718 by Michael Matz Committed by Michael Matz

* tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.

From-SVN: r146820
parent ddc34084
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,
pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
* gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
......
......@@ -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;
......
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