[llvm-commits] CVS: llvm/www/docs/LangRef.html
Michael Brukman
brukman at cs.uiuc.edu
Tue Sep 17 21:36:01 PDT 2002
Changes in directory llvm/www/docs:
LangRef.html updated: 1.16 -> 1.17
---
Log message:
Fixed grammar.
---
Diffs of the changes:
Index: llvm/www/docs/LangRef.html
diff -u llvm/www/docs/LangRef.html:1.16 llvm/www/docs/LangRef.html:1.17
--- llvm/www/docs/LangRef.html:1.16 Mon Sep 2 19:52:52 2002
+++ llvm/www/docs/LangRef.html Tue Sep 17 21:35:14 2002
@@ -771,7 +771,7 @@
<li>'<tt>ptr to function ty</tt>': shall be the signature of the pointer to
function value being invoked. In most cases, this is a direct function
-invocation, but indirect <tt>invoke</tt>'s are just as possible, branching off
+invocation, but indirect <tt>invoke</tt>s are just as possible, branching off
an arbitrary pointer to function value.<p>
<li>'<tt>function ptr val</tt>': An LLVM value containing a pointer to a
@@ -1597,7 +1597,7 @@
<li>'<tt>fnptrval</tt>': An LLVM value containing a pointer to a function to be
invoked. In most cases, this is a direct function invocation, but indirect
-<tt>call</tt>'s are just as possible, calling an arbitrary pointer to function
+<tt>call</tt>s are just as possible, calling an arbitrary pointer to function
values.<p>
<li>'<tt>function args</tt>': argument list whose types match the function
@@ -1700,7 +1700,7 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start -->
-Last modified: Mon Sep 2 19:52:16 CDT 2002
+Last modified: Tue Sep 17 21:34:30 CDT 2002
<!-- hhmts end -->
</font>
</body></html>
More information about the llvm-commits
mailing list