* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
From-SVN: r84016
This commit is contained in:
parent
229aa35230
commit
902054efd3
2 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue