* basic-block.h: Remove forward declaration of bb_ann_d.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 21:19:59 +0000 (21:19 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 21:19:59 +0000 (21:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100303 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/basic-block.h

index aead371..e0a1575 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 cedeac5..d691f2f 100644 (file)
@@ -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