From 3daa26d0e9138bc554869f15d79d657c6a735828 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 4 Aug 2014 13:08:34 +0000 Subject: gimple-fold.h (gimple_fold_builtin): Remove. 2014-08-04 Richard Biener * gimple-fold.h (gimple_fold_builtin): Remove. * gimple-fold.c (gimple_fold_builtin): Make static. * tree-ssa-ccp.c (pass_fold_builtins::execute): Use fold_stmt, not gimple_fold_builtin. From-SVN: r213585 --- gcc/gimple-fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimple-fold.c') diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index 2e0f2bf..fa56810 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -873,7 +873,7 @@ get_maxval_strlen (tree arg, tree *length, bitmap visited, int type) Note that some builtins expand into inline code that may not be valid in GIMPLE. Callers must take care. */ -tree +static tree gimple_fold_builtin (gimple stmt) { tree result, val[3]; -- cgit v1.1