[llvm] r213200 - Fix a typo in the inalloca description

Hal Finkel hfinkel at anl.gov
Wed Jul 16 14:22:46 PDT 2014


Author: hfinkel
Date: Wed Jul 16 16:22:46 2014
New Revision: 213200

URL: http://llvm.org/viewvc/llvm-project?rev=213200&view=rev
Log:
Fix a typo in the inalloca description

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=213200&r1=213199&r2=213200&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jul 16 16:22:46 2014
@@ -891,7 +891,7 @@ Currently, only the following parameter
     address of outgoing stack arguments.  An ``inalloca`` argument must
     be a pointer to stack memory produced by an ``alloca`` instruction.
     The alloca, or argument allocation, must also be tagged with the
-    inalloca keyword.  Only the past argument may have the ``inalloca``
+    inalloca keyword.  Only the last argument may have the ``inalloca``
     attribute, and that argument is guaranteed to be passed in memory.
 
     An argument allocation may be used by a call at most once because





More information about the llvm-commits mailing list