mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Mention that arguments to functions must be first class types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21d6ff546d
commit
a7e302aadc
@ -2057,9 +2057,10 @@ calling an arbitrary pointer to function values.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>'<tt>function args</tt>': argument list whose types match the
|
||||
function signature argument types. If the function signature
|
||||
indicates the function accepts a variable number of arguments, the
|
||||
extra arguments can be specified.</p>
|
||||
function signature argument types. All arguments must be of
|
||||
<a href="#t_firstclass">first class</a> type. If the function signature
|
||||
indicates the function accepts a variable number of arguments, the extra
|
||||
arguments can be specified.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<h5>Semantics:</h5>
|
||||
|
Loading…
x
Reference in New Issue
Block a user