From 26ca62e853caa991d34fdd56744a35bcee350493 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 18 Oct 2003 05:51:36 +0000 Subject: [PATCH] Update for new varargs support llvm-svn: 9218 --- llvm/docs/LangRef.html | 162 +++++++++++++++++++++++++---------------- 1 file changed, 99 insertions(+), 63 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index a4bab0e57709..bca8687f7150 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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.