From fb6977de4fd20a8b0d615bc330081ed84393bfbb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Jan 2006 23:26:01 +0000 Subject: [PATCH] fix some minor errors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25301 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 67eb21ee975..7dc743f7139 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -102,7 +102,7 @@
  • 'select' Instruction
  • 'extractelement' Instruction
  • 'call' Instruction
  • -
  • 'vaarg' Instruction
  • +
  • 'va_arg' Instruction
  • @@ -2369,7 +2369,7 @@ the invoke instruction.

    - 'vaarg' Instruction + 'va_arg' Instruction
    @@ -2451,7 +2451,7 @@ href="ExtendingLLVM.html">Extending LLVM Guide.

    Variable argument support is defined in LLVM with the vanext instruction and these three + href="#i_va_arg">va_arg instruction and these three intrinsic functions. These functions are related to the similarly named macros defined in the <stdarg.h> header file.

    -- 2.34.1