mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Mention that arguments to functions must be first class types.
llvm-svn: 21650
This commit is contained in:
parent
889ebef2ba
commit
cdd21b06d3
@ -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