]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
comment tweak
authorJason Merrill <jason@gcc.gnu.org>
Thu, 19 Dec 2019 14:32:43 +0000 (09:32 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 19 Dec 2019 14:32:43 +0000 (09:32 -0500)
From-SVN: r279579

gcc/cp/tree.c

index 42194cb937f8ed817e59ed609041b5f3265481a8..eb3e87fa5460268252532b1ca402ddb3d9c42a5a 100644 (file)
@@ -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)