mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Correct vector type definition in LangRef.
According to VectorType::isValidElementType, any integer, floating point or pointer type is a valid vector element type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4d6ef15b8
commit
b5b178a1ed
@ -1966,8 +1966,8 @@ type. Vector types are considered :ref:`first class <t_firstclass>`.
|
||||
< <# elements> x <elementtype> >
|
||||
|
||||
The number of elements is a constant integer value larger than 0;
|
||||
elementtype may be any integer or floating point type, or a pointer to
|
||||
these types. Vectors of size zero are not allowed.
|
||||
elementtype may be any integer, floating point or pointer type. Vectors
|
||||
of size zero are not allowed.
|
||||
|
||||
:Examples:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user