diff options
Diffstat (limited to 'gcc/gimple-fold.c')
-rw-r--r-- | gcc/gimple-fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index 2e0f2bff438..fa5681040ed 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]; |