From 4cfdd2de701f4d64e6eee14161e52c8a18dec892 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 28 May 2005 21:19:59 +0000 Subject: [PATCH] * basic-block.h: Remove forward declaration of bb_ann_d. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100303 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/basic-block.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aead37108bb..e0a1575a2dd 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 * tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): diff --git a/gcc/basic-block.h b/gcc/basic-block.h index cedeac5ff50..d691f2f1739 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 -- 2.11.4.GIT