lower_bound_in_type): Make them static.
* tree.h: Remove the corresponding prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90312
138bc75d-0d04-0410-961f-
82ee72b054a4
2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
+ * tree-ssa-loop-niter.c (upper_bound_in_type,
+ lower_bound_in_type): Make them static.
+ * tree.h: Remove the corresponding prototypes.
+
+2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
+
* tree-ssa-live.c (tpa_init, pop_best_coalesce): Make them
static.
* tree-ssa-live.h: Remove the corresponding prototypes.
/* Returns the largest value obtainable by casting something in INNER type to
OUTER type. */
-tree
+static tree
upper_bound_in_type (tree outer, tree inner)
{
unsigned HOST_WIDE_INT lo, hi;
/* Returns the smallest value obtainable by casting something in INNER type to
OUTER type. */
-tree
+static tree
lower_bound_in_type (tree outer, tree inner)
{
unsigned HOST_WIDE_INT lo, hi;
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);