aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2010-06-30 07:39:21 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2010-06-30 07:39:21 +0000
commit6662d794044f9124db635ba8acaa82c9483a3b33 (patch)
treea3c3f51f5fc0dd8e6915c34430cccc6b4dc842a7 /gcc/tree-flow.h
parent9de9cbaf4a18e968a58c5798edb9bf4c37437b0c (diff)
downloadgcc-6662d794044f9124db635ba8acaa82c9483a3b33.zip
gcc-6662d794044f9124db635ba8acaa82c9483a3b33.tar.gz
gcc-6662d794044f9124db635ba8acaa82c9483a3b33.tar.bz2
tree.h (block_may_fallthru): Declare here.
2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org> * tree.h (block_may_fallthru): Declare here. * tree-flow.h (block_may_fallthru): Do not declare here. * c-typeck.c: Do not include tree-flow.h. Include gimple.h and bitmap.h * Makefile.in (c-typeck.o): Update dependencies. c-family/ * c-gimplify.c: Do not include tree-flow.h cp/ * tree.c: Include gimple.h. Do not include tree-flow.h * decl.c: Do not include tree-flow.h * Make-lang.in: Adjust dependencies. ada/ * gcc-interface/trans.c: Do not include tree-flow.h. * gcc-interface/Make-lang.in: Adjust dependencies. From-SVN: r161591
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index ffec3bc..af39641 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -512,7 +512,6 @@ extern void phinodes_print_statistics (void);
/* In gimple-low.c */
extern void record_vars_into (tree, tree);
extern void record_vars (tree);
-extern bool block_may_fallthru (const_tree);
extern bool gimple_seq_may_fallthru (gimple_seq);
extern bool gimple_stmt_may_fallthru (gimple);
extern bool gimple_check_call_args (gimple);