From c8491d3d838c3bbc272bf80cb0d0d8e5c0bbab3e Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Wed, 16 Jul 2014 21:22:46 +0000 Subject: [PATCH] Fix a typo in the inalloca description llvm-svn: 213200 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index a627641..17bc352 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -891,7 +891,7 @@ Currently, only the following parameter attributes are defined: 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 -- 2.7.4