aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-08 22:38:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-08 22:38:12 +0000
commite1a8be3fb0f9ebb168e8e007844cc2361c9c5116 (patch)
tree0a403ea6904ca0e4c94bc4439c6c73927d8f07af /gcc/tree.h
parent1d9d86833d43af71da3b984092db7027130a8c25 (diff)
downloadgcc-e1a8be3fb0f9ebb168e8e007844cc2361c9c5116.zip
gcc-e1a8be3fb0f9ebb168e8e007844cc2361c9c5116.tar.gz
gcc-e1a8be3fb0f9ebb168e8e007844cc2361c9c5116.tar.bz2
tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.
* tree-ssa-loop-niter.c (upper_bound_in_type, lower_bound_in_type): Make them static. * tree.h: Remove the corresponding prototypes. From-SVN: r90312
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index b35066d..b0b6c95 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3923,10 +3923,6 @@ extern int tree_node_sizes[];
restricted to creating gimple expressions. */
extern bool in_gimple_form;
-/* In tree-ssa-loop-niter.c. */
-tree lower_bound_in_type (tree, tree);
-tree upper_bound_in_type (tree, tree);
-
/* In tree-ssa-threadupdate.c. */
extern bool thread_through_all_blocks (void);