Commit 15298910 by Kazu Hirata Committed by Kazu Hirata

* tree.h (edge_def): Remove.

From-SVN: r98911
parent 473c5bc9
......@@ -5,6 +5,8 @@
* config.gcc: Obsolete c4x-* and tic4x-*.
* tree.h (edge_def): Remove.
2005-04-28 Joseph S. Myers <joseph@codesourcery.com>
* c-typeck.c (build_compound_expr): Correct logic in last change.
......
......@@ -1420,8 +1420,6 @@ struct tree_ssa_name GTY(())
#define PHI_BB(NODE) PHI_NODE_CHECK (NODE)->phi.bb
#define PHI_ARG_IMM_USE_NODE(NODE, I) PHI_NODE_ELT_CHECK (NODE, I).imm_use
struct edge_def;
struct phi_arg_d GTY(())
{
/* imm_use MUST be the first element in struct because we do some
......
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