aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorZdenek Dvorak <dvorakz@suse.cz>2005-04-06 01:52:41 +0200
committerZdenek Dvorak <rakdver@gcc.gnu.org>2005-04-05 23:52:41 +0000
commitc33e657d3456a27426cf6c620f88dc3edcdc703a (patch)
tree0b97488c76144ca22cf32522255f9e97faa6da02 /gcc/tree-flow.h
parentc33b7bf04a0abea0ca5ed8ca1cbdf0a9127a64db (diff)
downloadgcc-c33e657d3456a27426cf6c620f88dc3edcdc703a.zip
gcc-c33e657d3456a27426cf6c620f88dc3edcdc703a.tar.gz
gcc-c33e657d3456a27426cf6c620f88dc3edcdc703a.tar.bz2
tree-flow.h (number_of_iterations_cond): Declaration removed.
* tree-flow.h (number_of_iterations_cond): Declaration removed. * tree-ssa-loop-niter.c (number_of_iterations_cond): Made static. (number_of_iterations_special): New function. (number_of_iterations_exit): Use number_of_iterations_special. Use simplify_using_outer_evolutions only at -O3. (number_of_iterations_cond, tree_simplify_using_condition, simplify_using_initial_conditions, loop_niter_by_eval, compare_trees, can_count_iv_in_wider_type_bound, simplify_using_outer_evolutions): Use fold_build. From-SVN: r97673
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index ebc31ab..b06a802 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -673,8 +673,6 @@ void canonicalize_induction_variables (struct loops *);
void tree_unroll_loops_completely (struct loops *);
void tree_ssa_iv_optimize (struct loops *);
-void number_of_iterations_cond (tree, tree, tree, enum tree_code, tree, tree,
- struct tree_niter_desc *);
bool number_of_iterations_exit (struct loop *, edge,
struct tree_niter_desc *niter);
tree find_loop_niter (struct loop *, edge *);