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

From-SVN: r84016
This commit is contained in:
Steven Bosscher 2004-07-02 07:34:30 +00:00 committed by Steven Bosscher
parent 229aa35230
commit 902054efd3
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;