* basic-block.h: Remove forward declaration of bb_ann_d.
From-SVN: r100303
This commit is contained in:
parent
c9784e6d69
commit
76b8a7a143
@ -17,6 +17,8 @@
|
|||||||
gate_merge_phi, pass_merge_phi): Move to ...
|
gate_merge_phi, pass_merge_phi): Move to ...
|
||||||
* tree-cfgcleanup.c: ... here.
|
* tree-cfgcleanup.c: ... here.
|
||||||
|
|
||||||
|
* basic-block.h: Remove forward declaration of bb_ann_d.
|
||||||
|
|
||||||
2005-05-28 Jan Hubicka <jh@suse.cz>
|
2005-05-28 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis):
|
* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis):
|
||||||
|
@ -182,9 +182,6 @@ extern const struct gcov_ctr_summary *profile_info;
|
|||||||
struct loop;
|
struct loop;
|
||||||
struct loops;
|
struct loops;
|
||||||
|
|
||||||
/* Declared in tree-flow.h. */
|
|
||||||
struct bb_ann_d;
|
|
||||||
|
|
||||||
/* Declared in tree-flow.h. */
|
/* Declared in tree-flow.h. */
|
||||||
struct edge_prediction;
|
struct edge_prediction;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user