From f0286f957326b588ba6f49d1fed0c14c19033830 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 11 Oct 2011 18:39:51 +0000 Subject: tree.h (copy_ref_info): Expose existing function. 2011-10-11 Bill Schmidt * tree.h (copy_ref_info): Expose existing function. * tree-ssa-loop-ivopts.c (copy_ref_info): Move function to... * tree-ssa-address.c (copy_ref_info): ...here, and remove static token. From-SVN: r179818 --- gcc/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tree.h') diff --git a/gcc/tree.h b/gcc/tree.h index e0f1a07..534fcd6 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -5777,6 +5777,7 @@ tree target_for_debug_bind (tree); /* In tree-ssa-address.c. */ extern tree tree_mem_ref_addr (tree, tree); extern void copy_mem_ref_info (tree, tree); +extern void copy_ref_info (tree, tree); /* In tree-vrp.c */ extern bool ssa_name_nonnegative_p (const_tree); -- cgit v1.1