From: Steven Bosscher Date: Fri, 2 Jul 2004 07:34:30 +0000 (+0000) Subject: * tree-flow.h (bb_ann_d): Remove ephi_nodes field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=902054efd3220fba08d987e8a2f009526b0c27b6;p=gcc.git * tree-flow.h (bb_ann_d): Remove ephi_nodes field. From-SVN: r84016 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1987b5dec05..9ea81ba90ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-02 Steven Bosscher + + * tree-flow.h (bb_ann_d): Remove ephi_nodes field. + 2004-07-01 Richard Henderson * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx. diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index f0bfba4c153..aae57bc3cd0 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -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;