From: Jason Merrill Date: Thu, 19 Dec 2019 14:32:43 +0000 (-0500) Subject: comment tweak X-Git-Tag: misc/cutover-git~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3561caa298e9f37e91e24a80ca7bd4830ef720ed;p=thirdparty%2Fgcc.git comment tweak From-SVN: r279579 --- diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 42194cb937f8..eb3e87fa5460 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -539,7 +539,8 @@ build_local_temp (tree type) return slot; } -/* Return whether DECL is such a local temporary. */ +/* Return whether DECL is such a local temporary (or one from + create_tmp_var_raw). */ bool is_local_temp (tree decl)