Commit 902054ef by Steven Bosscher Committed by Steven Bosscher

* tree-flow.h (bb_ann_d): Remove ephi_nodes field.

From-SVN: r84016
parent 229aa352
2004-07-02 Steven Bosscher <stevenb@suse.de>
* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
2004-07-01 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
......
......@@ -352,9 +352,6 @@ struct bb_ann_d GTY(())
/* Chain of PHI nodes for this block. */
tree phi_nodes;
/* Chain of EPHI nodes created in this block. */
tree ephi_nodes;
/* Number of predecessors for this block. This is only valid during
SSA rewriting. It is not maintained after conversion into SSA form. */
int num_preds;
......
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