diff --git a/docs/LangRef.html b/docs/LangRef.html index f9b777617f2..df1ab479af2 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1837,7 +1837,7 @@ a shorter version of the first that defaults to allocating one element.
memory is automatically released when the function returns. The 'alloca' instruction is commonly used to represent automatic variables that must have an address available. When the function returns (either with the ret or invoke + href="#i_ret">ret or unwind instructions), the memory is reclaimed.%ptr = alloca int ; yields {int*}:ptr