projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9784e6
)
* basic-block.h: Remove forward declaration of bb_ann_d.
author
Kazu Hirata
<kazu@cs.umass.edu>
Sat, 28 May 2005 21:19:59 +0000
(21:19 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Sat, 28 May 2005 21:19:59 +0000
(21:19 +0000)
From-SVN: r100303
gcc/ChangeLog
patch
|
blob
|
history
gcc/basic-block.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index aead37108bbaf93a13b478fb5ab6f8b42682faff..e0a1575a2ddd4facd576c12656188a5996c1b253 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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):
diff --git
a/gcc/basic-block.h
b/gcc/basic-block.h
index cedeac5ff50c37f43b9d0daecaf3c0b753ea71da..d691f2f17392af45d68d96617094cbf078a71dc1 100644
(file)
--- a/
gcc/basic-block.h
+++ b/
gcc/basic-block.h
@@
-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;