tree.h (strct phi_arg_d): Remove unused NONZERO field.

* tree.h (strct phi_arg_d): Remove unused NONZERO field.

From-SVN: r111567
This commit is contained in:
Jeff Law 2006-02-28 09:44:33 -07:00 committed by Jeff Law
parent e2f949562c
commit ea45681a7a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-28 Jeff Law <law@redhat.com>
* tree.h (strct phi_arg_d): Remove unused NONZERO field.
2006-02-28 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/26419

View File

@ -1746,7 +1746,6 @@ struct phi_arg_d GTY(())
pointer arithmetic with it. See phi_arg_index_from_use. */
struct ssa_use_operand_d imm_use;
tree def;
bool nonzero;
};
struct tree_phi_node GTY(())