From: Jason Merrill Date: Thu, 19 Dec 2019 14:32:43 +0000 (-0500) Subject: comment tweak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3561caa298e9f37e91e24a80ca7bd4830ef720ed;p=gcc.git comment tweak From-SVN: r279579 --- diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 42194cb937f..eb3e87fa546 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)