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:
parent
ebeadd9141
commit
2eaa698b5d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Reference in a new issue