From 3561caa298e9f37e91e24a80ca7bd4830ef720ed Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 19 Dec 2019 09:32:43 -0500 Subject: [PATCH] comment tweak From-SVN: r279579 --- gcc/cp/tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2