* tree.h (edge_def): Remove.
From-SVN: r98911
This commit is contained in:
parent
473c5bc971
commit
1529891095
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue