Commit ea45681a by Jeff Law Committed by Jeff Law

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

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

From-SVN: r111567
parent e2f94956
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
......
......@@ -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(())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment