From patchwork Thu Jul 21 16:30:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/9,obvious] Minor cleanup From: zhroma@ispras.ru X-Patchwork-Id: 106095 Message-Id: <1311265834-2144-2-git-send-email-zhroma@ispras.ru> To: gcc-patches@gcc.gnu.org Cc: dm@ispras.ru Date: Thu, 21 Jul 2011 20:30:26 +0400 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 * 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 *);