From 60dd79ca89f7eb0c4bded86766c7d17d171aba7f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 24 Sep 2015 11:27:12 +0200 Subject: Additional changes to switch from gimple to gimple * gcc/ * tree-object-size.c (plus_stmt_object_size) (cond_expr_object_size): Change the formal parameters from gimple to gimple *. * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Likewise. * tree-ssa-sccvn.c (vn_nary_op_insert_stmt): Make it static. * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Don't declare. From-SVN: r228080 --- gcc/tree-ssa-sccvn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-sccvn.c') diff --git a/gcc/tree-ssa-sccvn.c b/gcc/tree-ssa-sccvn.c index 57c1b55..ce79842 100644 --- a/gcc/tree-ssa-sccvn.c +++ b/gcc/tree-ssa-sccvn.c @@ -2684,7 +2684,7 @@ vn_nary_op_insert (tree op, tree result) /* Insert the rhs of STMT into the current hash table with a value number of RESULT. */ -vn_nary_op_t +static vn_nary_op_t vn_nary_op_insert_stmt (gimple *stmt, tree result) { vn_nary_op_t vno1 -- cgit v1.1