OSDN Git Service

* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
[pf3gnuchains/gcc-fork.git] / gcc / tree-flow.h
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 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;