From: Bill Wendling Date: Fri, 8 May 2009 20:49:29 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=871eb0ab23a5d47da71c5584fae7ab9f64a0a4f6;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71260 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index db59e0d0738..0ff7dd3338c 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3492,7 +3492,7 @@ can choose to align the allocation on any convenient boundary.

Semantics:
-

Memory is allocated; a pointer is returned. The operation is undefiend if +

Memory is allocated; a pointer is returned. The operation is undefined if there is insufficient stack space for the allocation. 'alloca'd memory is automatically released when the function returns. The 'alloca' instruction is commonly used to represent automatic variables that must