mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Vectors are not aggregate types (see isAggregateType).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2cda5ce51
commit
20536b5bca
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user