This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/9] [obvious] Minor cleanup


This obvious patch just removes unused tree_ssa_loop_version function
declaration from tree-flow.h.  Will be committed in 24 hours if no objection.

2011-07-20  Roman Zhuykov  <zhroma@ispras.ru>
	* tree-flow.h (tree_ssa_loop_version): Remove unused
	declaration.
---
 gcc/tree-flow.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index a864e16..8cbd756 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -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 *);
-- 
Roman Zhuykov
zhroma@ispras.ru


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]