* basic-block.h: Remove forward declaration of bb_ann_d.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 28 May 2005 21:19:59 +0000 (21:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 May 2005 21:19:59 +0000 (21:19 +0000)
From-SVN: r100303

gcc/ChangeLog
gcc/basic-block.h

index aead37108bbaf93a13b478fb5ab6f8b42682faff..e0a1575a2ddd4facd576c12656188a5996c1b253 100644 (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):
index cedeac5ff50c37f43b9d0daecaf3c0b753ea71da..d691f2f17392af45d68d96617094cbf078a71dc1 100644 (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;