This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] basic-block.h: Remove forward declaration of bb_ann_d.


Hi,

Attached is a patch to remove forward declaration of bb_ann_d.

I should have removed this when I folded bb_ann_d into
basic_block_def.

Built cc1 for i686-pc-linux-gnu.  Committed as obvious.

Kazu Hirata

2005-05-28  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: basic-block.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/basic-block.h,v
retrieving revision 1.258
diff -u -d -p -r1.258 basic-block.h
--- basic-block.h	27 May 2005 22:06:31 -0000	1.258
+++ basic-block.h	28 May 2005 21:13:36 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]