diff options
author | Laurynas Biveinis <laurynas.biveinis@gmail.com> | 2010-12-03 04:58:47 +0000 |
---|---|---|
committer | Laurynas Biveinis <lauras@gcc.gnu.org> | 2010-12-03 04:58:47 +0000 |
commit | fba4cb03e98178b65d41dcce32a1233358596132 (patch) | |
tree | b5eacb7d19ea31e3b1f6dae031254bd95f59aeb7 /gcc/basic-block.h | |
parent | 2e3331995e674fd5b4e7d370ec3bad48e9d8e8f1 (diff) | |
download | gcc-fba4cb03e98178b65d41dcce32a1233358596132.tar.gz |
basic-block.h (struct edge_prediction): Remove forward declaration.
2010-12-01 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* basic-block.h (struct edge_prediction): Remove forward
declaration.
* tree-flow.h (struct edge_prediction): Move from here...
* predict.c (struct edge_prediction): ...to here.
* cselib.h (struct elt_list): Move from here...
* cselib.c (struct elt_list): ...to here.
From-SVN: r167409
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 022dc9f9525..be0a1d17c69 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -99,7 +99,6 @@ extern const struct gcov_ctr_summary *profile_info; struct loop; /* Declared in tree-flow.h. */ -struct edge_prediction; struct rtl_bb_info; /* A basic block is a sequence of instructions with only entry and |