diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-01-13 23:26:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-01-13 23:26:01 +0000 |
| commit | 333374713d49911cc00a55a16ecb026a86f3b05d (patch) | |
| tree | 44367c58fa6fc5f05fd6a5561fc1c0f727afb21e | |
| parent | 611ecc07b60b5ee25f5cb1261c5233eccce4ea89 (diff) | |
| download | bcm5719-llvm-333374713d49911cc00a55a16ecb026a86f3b05d.tar.gz bcm5719-llvm-333374713d49911cc00a55a16ecb026a86f3b05d.zip | |
fix some minor errors
llvm-svn: 25301
| -rw-r--r-- | llvm/docs/LangRef.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 67eb21ee975..7dc743f7139 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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 @@ the <a href="#i_invoke">invoke</a> instruction.</p> <!-- _______________________________________________________________________ --> <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 @@ href="ExtendingLLVM.html">Extending LLVM Guide</a>. <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> |

