aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-06-12 13:52:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-06-12 13:52:51 +0000
commitc90b053beae374f5c5790b3105e472bb57d858f7 (patch)
treebf6d74d8283d3afb82dff31f5c413c957bdd2361 /gcc/tree-flow.h
parentaf7acf2ed6de83624492365a6012aeb3e07e2ea5 (diff)
downloadgcc-c90b053beae374f5c5790b3105e472bb57d858f7.zip
gcc-c90b053beae374f5c5790b3105e472bb57d858f7.tar.gz
gcc-c90b053beae374f5c5790b3105e472bb57d858f7.tar.bz2
tree-flow.h: Remove the prototype for compute_phi_arg_on_exit.
* tree-flow.h: Remove the prototype for compute_phi_arg_on_exit. * tree-ssa-loop-ivopts.c (protect_loop_closed_ssa_form_use, protect_loop_closed_ssa_form, compute_phi_arg_on_exit): Remove. From-SVN: r114569
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 abb585a..4e69368 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -827,7 +827,6 @@ bool for_each_index (tree *, bool (*) (tree, tree *, void *), void *);
void create_iv (tree, tree, tree, struct loop *, block_stmt_iterator *, bool,
tree *, tree *);
void split_loop_exit_edge (edge);
-void compute_phi_arg_on_exit (edge, tree, tree);
unsigned force_expr_to_var_cost (tree);
basic_block bsi_insert_on_edge_immediate_loop (edge, tree);
void standard_iv_increment_position (struct loop *, block_stmt_iterator *,