mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bce643c36
commit
871eb0ab23
@ -3492,7 +3492,7 @@ can choose to align the allocation on any convenient boundary.</p>
|
||||
|
||||
<h5>Semantics:</h5>
|
||||
|
||||
<p>Memory is allocated; a pointer is returned. The operation is undefiend if
|
||||
<p>Memory is allocated; a pointer is returned. The operation is undefined if
|
||||
there is insufficient stack space for the allocation. '<tt>alloca</tt>'d
|
||||
memory is automatically released when the function returns. The '<tt>alloca</tt>'
|
||||
instruction is commonly used to represent automatic variables that must
|
||||
|
Loading…
Reference in New Issue
Block a user