diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-28 21:19:59 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-28 21:19:59 +0000 |
commit | 76b8a7a14335e0b10318353efff63b90898ff8ce (patch) | |
tree | 353d191f4d34eb14c4c97601d054aefdc807f221 /gcc | |
parent | c9784e6d692d56a5fdda4b90febe2b8856972cba (diff) | |
download | gcc-76b8a7a14335e0b10318353efff63b90898ff8ce.zip gcc-76b8a7a14335e0b10318353efff63b90898ff8ce.tar.gz gcc-76b8a7a14335e0b10318353efff63b90898ff8ce.tar.bz2 |
* basic-block.h: Remove forward declaration of bb_ann_d.
From-SVN: r100303
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/basic-block.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aead371..e0a1575 100644 --- 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 cedeac5..d691f2f 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -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 |