Vectors are not aggregate types (see isAggregateType).

llvm-svn: 146561
This commit is contained in:
Duncan Sands 2011-12-14 15:44:20 +00:00
parent e1bc007afa
commit 9aaec15ce3
1 changed files with 3 additions and 3 deletions

View File

@ -1913,9 +1913,9 @@ in signal handlers).</p>
<div>
<p>Aggregate Types are a subset of derived types that can contain multiple
member types. <a href="#t_array">Arrays</a>,
<a href="#t_struct">structs</a>, and <a href="#t_vector">vectors</a> are
aggregate types.</p>
member types. <a href="#t_array">Arrays</a> and
<a href="#t_struct">structs</a> are aggregate types.
<a href="#t_vector">Vectors</a> are not considered to be aggregate types.</p>
</div>