tree-flow.h (tree_ssa_loop_version): Remove unused declaration.

2011-07-25  Roman Zhuykov  <zhroma@ispras.ru>

	* tree-flow.h (tree_ssa_loop_version): Remove unused declaration.

From-SVN: r176737
This commit is contained in:
Roman Zhuykov 2011-07-25 09:43:01 +00:00 committed by Alexander Monakov
parent ebeadd9141
commit 2eaa698b5d
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-07-25 Roman Zhuykov <zhroma@ispras.ru>
* tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
2011-07-25 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49715

View File

@ -699,8 +699,6 @@ bool gimple_duplicate_loop_to_header_edge (struct loop *, edge,
struct loop *slpeel_tree_duplicate_loop_to_edge_cfg (struct loop *, edge);
void rename_variables_in_loop (struct loop *);
void rename_variables_in_bb (basic_block bb);
struct loop *tree_ssa_loop_version (struct loop *, tree,
basic_block *);
tree expand_simple_operations (tree);
void substitute_in_loop_info (struct loop *, tree, tree);
edge single_dom_exit (struct loop *);