From: Misha Brukman Date: Wed, 18 Sep 2002 02:35:14 +0000 (+0000) Subject: Fixed grammar. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e6fe6713da95d1d4177d0aec40092a1e1cdaa14f;p=oota-llvm.git Fixed grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 04f3c0e2ae2..bbfe78773e8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -771,7 +771,7 @@ This instruction requires several arguments:

  • 'ptr to function ty': shall be the signature of the pointer to function value being invoked. In most cases, this is a direct function -invocation, but indirect invoke's are just as possible, branching off +invocation, but indirect invokes are just as possible, branching off an arbitrary pointer to function value.

  • 'function ptr val': An LLVM value containing a pointer to a @@ -1597,7 +1597,7 @@ invoked. The argument types must match the types implied by this signature.

  • 'fnptrval': An LLVM value containing a pointer to a function to be invoked. In most cases, this is a direct function invocation, but indirect -call's are just as possible, calling an arbitrary pointer to function +calls are just as possible, calling an arbitrary pointer to function values.

  • 'function args': argument list whose types match the function @@ -1700,7 +1700,7 @@ more...
    Chris Lattner
    -Last modified: Mon Sep 2 19:52:16 CDT 2002 +Last modified: Tue Sep 17 21:34:30 CDT 2002