From 8b63125b26a25c3017a89a31bc871fc4687127ee Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 8 Nov 2004 21:56:03 +0000 Subject: * tree-ssa-operands.c (build_ssa_operands): Make it static. * tree-flow.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90308 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-operands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-operands.c') diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 9161cce8573..18af264ea0d 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -811,7 +811,7 @@ append_v_must_def (tree var) <* compare old_ops_copy and new_ops *> free_ssa_operands (old_ops); */ -void +static void build_ssa_operands (tree stmt, stmt_ann_t ann, stmt_operands_p old_ops, stmt_operands_p new_ops) { -- cgit v1.2.1