diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/basic-block.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aead37108bb..e0a1575a2dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -17,6 +17,8 @@ gate_merge_phi, pass_merge_phi): Move to ... * tree-cfgcleanup.c: ... here. + * basic-block.h: Remove forward declaration of bb_ann_d. + 2005-05-28 Jan Hubicka <jh@suse.cz> * tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): diff --git a/gcc/basic-block.h b/gcc/basic-block.h index cedeac5ff50..d691f2f1739 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -183,9 +183,6 @@ struct loop; struct loops; /* Declared in tree-flow.h. */ -struct bb_ann_d; - -/* Declared in tree-flow.h. */ struct edge_prediction; /* A basic block is a sequence of instructions with only entry and |

