diff options
author | Michael Tiemann <tiemann@gnu.org> | 1992-03-04 07:35:51 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@gnu.org> | 1992-03-04 07:35:51 +0000 |
commit | 81784237eaee56a864c4e71beed6a43ac522763d (patch) | |
tree | 95a3a79c47615b4433f2d13bc8b7030dfb190e77 /gcc | |
parent | 321cb743c7a80dcbdc17d0aac5ae418311f4edca (diff) | |
download | gcc-81784237eaee56a864c4e71beed6a43ac522763d.zip gcc-81784237eaee56a864c4e71beed6a43ac522763d.tar.gz gcc-81784237eaee56a864c4e71beed6a43ac522763d.tar.bz2 |
*** empty log message ***
From-SVN: r390
Diffstat (limited to 'gcc')
-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) |