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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 13 15:26:13 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.124 -> 1.125
---
Log message:

fix some minor errors


---
Diffs of the changes:  (+4 -4)

 LangRef.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.124 llvm/docs/LangRef.html:1.125
--- llvm/docs/LangRef.html:1.124	Fri Jan 13 17:02:51 2006
+++ llvm/docs/LangRef.html	Fri Jan 13 17:26:01 2006
@@ -102,7 +102,7 @@
           <li><a href="#i_select">'<tt>select</tt>' Instruction</a></li>
           <li><a href="#i_extractelement">'<tt>extractelement</tt>' Instruction</a></li>
           <li><a href="#i_call">'<tt>call</tt>'  Instruction</a></li>
-          <li><a href="#i_vaarg">'<tt>vaarg</tt>'  Instruction</a></li>
+          <li><a href="#i_va_arg">'<tt>va_arg</tt>'  Instruction</a></li>
         </ol>
       </li>
     </ol>
@@ -2369,7 +2369,7 @@
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
-  <a name="i_vaarg">'<tt>vaarg</tt>' Instruction</a>
+  <a name="i_va_arg">'<tt>va_arg</tt>' Instruction</a>
 </div>
 
 <div class="doc_text">
@@ -2451,7 +2451,7 @@
 <div class="doc_text">
 
 <p>Variable argument support is defined in LLVM with the <a
- href="#i_vanext"><tt>vanext</tt></a> instruction and these three
+ href="#i_va_arg"><tt>va_arg</tt></a> instruction and these three
 intrinsic functions.  These functions are related to the similarly
 named macros defined in the <tt><stdarg.h></tt> header file.</p>
 
@@ -3639,7 +3639,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: 2006/01/13 23:02:51 $
+  Last modified: $Date: 2006/01/13 23:26:01 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list