aboutsummaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r--gcc/stringpool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c
index 0cf3be14f88..d7b25e1492c 100644
--- a/gcc/stringpool.c
+++ b/gcc/stringpool.c
@@ -122,6 +122,7 @@ get_identifier_with_length (const char *text, size_t length)
return HT_IDENT_TO_GCC_IDENT (ht_node);
}
+
/* If an identifier with the name TEXT (a null-terminated string) has
previously been referred to, return that node; otherwise return
NULL_TREE. */