diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 42194cb..eb3e87f 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) |