[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Sun May 1 15:23:09 PDT 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.95 -> 1.96
---
Log message:
Mention that arguments to functions must be first class types.
---
Diffs of the changes: (+5 -4)
LangRef.html | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.95 llvm/docs/LangRef.html:1.96
--- llvm/docs/LangRef.html:1.95 Tue Apr 26 15:50:44 2005
+++ llvm/docs/LangRef.html Sun May 1 17:22:57 2005
@@ -2057,9 +2057,10 @@
</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>
@@ -3055,7 +3056,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/04/26 20:50:44 $
+ Last modified: $Date: 2005/05/01 22:22:57 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list