From: Thomas Schwinge Date: Wed, 15 Dec 2021 21:00:53 +0000 (+0100) Subject: Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static' X-Git-Tag: basepoints/gcc-14~3878 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb1e2bff95ae17717026905ef404699d91f5c61;p=thirdparty%2Fgcc.git Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static' Added in 2015 r229696 (commit 1b223a9f3489296c625bdb7cc764196d04fd9231) "defer mark_addressable calls during expand till the end of expand", it has never been used 'extern'ally. gcc/ * gimple-expr.cc (mark_addressable_2): Tag as 'static'. --- diff --git a/gcc/gimple-expr.cc b/gcc/gimple-expr.cc index c9c7285efbc6..4fbce9369c7f 100644 --- a/gcc/gimple-expr.cc +++ b/gcc/gimple-expr.cc @@ -912,7 +912,7 @@ mark_addressable_1 (tree x) /* Adaptor for mark_addressable_1 for use in hash_set traversal. */ -bool +static bool mark_addressable_2 (tree const &x, void * ATTRIBUTE_UNUSED = NULL) { mark_addressable_1 (x);