From: Chris Lattner Date: Sat, 18 Oct 2003 05:51:36 +0000 (+0000) Subject: Update for new varargs support X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8d1a81d524e3c2a79ffb60c847e486f8536c2e6d;p=oota-llvm.git Update for new varargs support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index a4bab0e5770..bca8687f715 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -72,7 +72,8 @@
  • 'phi' Instruction
  • 'cast .. to' Instruction
  • 'call' Instruction -
  • 'va_arg' Instruction +
  • 'vanext' Instruction +
  • 'vaarg' Instruction
  • Intrinsic Functions @@ -1710,44 +1711,87 @@ case of the invoke instruction.

    -


    'va_arg' Instruction


    'vanext' Instruction


    'vaarg' Instruction

    @@ -1781,37 +1825,35 @@ function.