[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 18 18:22:30 PST 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.84 -> 1.85
---
Log message:
Fix a bug.
---
Diffs of the changes: (+2 -2)
LangRef.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.84 llvm/docs/LangRef.html:1.85
--- llvm/docs/LangRef.html:1.84 Sat Feb 12 13:30:21 2005
+++ llvm/docs/LangRef.html Fri Feb 18 20:22:14 2005
@@ -738,7 +738,7 @@
A <a href="#t_pointer">pointer</a> to <a href="#t_array">array</a> of
four <tt>int</tt> values<br/>
A <a href="#t_pointer">pointer</a> to a <a
- href="#t_function">function</a> that takes an <tt>int</tt>, returning an
+ href="#t_function">function</a> that takes an <tt>int*</tt>, returning an
<tt>int</tt>.<br/>
</td>
</tr>
@@ -2924,7 +2924,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/02/12 19:30:21 $
+ Last modified: $Date: 2005/02/19 02:22:14 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list