projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bce643
)
Fix typo.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 8 May 2009 20:49:29 +0000
(20:49 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 8 May 2009 20:49:29 +0000
(20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71260
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index db59e0d0738149cb251ac5fab67964385e75a55b..0ff7dd3338c73dbf40da1c4ba4985d7218174dcc 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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 undefi
en
d if
+<p>Memory is allocated; a pointer is returned. The operation is undefi
ne
d 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