mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-14 15:33:34 +00:00
clarify that zero sized vectors are illegal, PR8340
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74fa7327d6
commit
7d2e7bef90
@ -1910,8 +1910,9 @@ Classifications</a> </div>
|
||||
< <# elements> x <elementtype> >
|
||||
</pre>
|
||||
|
||||
<p>The number of elements is a constant integer value; elementtype may be any
|
||||
integer or floating point type.</p>
|
||||
<p>The number of elements is a constant integer value larger than 0; elementtype
|
||||
may be any integer or floating point type. Vectors of size zero are not
|
||||
allowed, and pointers are not allowed as the element type.</p>
|
||||
|
||||
<h5>Examples:</h5>
|
||||
<table class="layout">
|
||||
|
Loading…
x
Reference in New Issue
Block a user