diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1675,7 +1675,8 @@ int_size_in_bytes (type) } /* Return, as an INTEGER_CST node, the number of elements for - TYPE (which is an ARRAY_TYPE). */ + TYPE (which is an ARRAY_TYPE) minus one. + This counts only elements of the top array. */ tree array_type_nelts (type) |