* basic-block.h: Remove forward declaration of bb_ann_d.

From-SVN: r100303
This commit is contained in:
Kazu Hirata 2005-05-28 21:19:59 +00:00 committed by Kazu Hirata
parent c9784e6d69
commit 76b8a7a143
2 changed files with 2 additions and 3 deletions

View File

@ -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):

View File

@ -182,9 +182,6 @@ extern const struct gcov_ctr_summary *profile_info;
struct loop;
struct loops;
/* Declared in tree-flow.h. */
struct bb_ann_d;
/* Declared in tree-flow.h. */
struct edge_prediction;