OSDN Git Service

* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jul 2004 07:34:30 +0000 (07:34 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jul 2004 07:34:30 +0000 (07:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84016 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-flow.h

index 1987b5d..9ea81ba 100644 (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.
 2004-07-01  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
index f0bfba4..aae57bc 100644 (file)
@@ -352,9 +352,6 @@ struct bb_ann_d GTY(())
   /* Chain of PHI nodes for this block.  */
   tree phi_nodes;
 
   /* 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;
   /* 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;