mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 13:55:21 +08:00
* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
From-SVN: r84016
This commit is contained in:
parent
229aa35230
commit
902054efd3
@ -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…
Reference in New Issue
Block a user