[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Mon May 15 10:26:58 PDT 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.151 -> 1.152
---
Log message:

Update dox, patch by Vladimir Prus!


---
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.151 llvm/docs/LangRef.html:1.152
--- llvm/docs/LangRef.html:1.151	Sun May 14 13:23:06 2006
+++ llvm/docs/LangRef.html	Mon May 15 12:26:46 2006
@@ -2862,7 +2862,7 @@
 transformations should be prepared to handle intrinsics with any type
 used.</p>
 
-<p>This example shows how the <a href="#i_vanext"><tt>vanext</tt></a>
+<p>This example shows how the <a href="#i_va_arg"><tt>va_arg</tt></a>
 instruction and the variable argument handling intrinsic functions are
 used.</p>
 
@@ -3817,7 +3817,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/05/14 18:23:06 $
+  Last modified: $Date: 2006/05/15 17:26:46 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list