aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-flow.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1987b5d..9ea81ba 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index f0bfba4..aae57bc 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;