[LLVMbugs] [Bug 20170] Typo of "allocation"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 1 11:19:24 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20170
Sean Silva <chisophugis at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |chisophugis at gmail.com
Resolution|--- |FIXED
--- Comment #2 from Sean Silva <chisophugis at gmail.com> ---
This is correct as-is.
Here "dynamic alloca" refers to a runtime-sized stack allocation.
See http://llvm.org/docs/LangRef.html#alloca-instruction or check out the C
alloca intrinsic.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140701/6db1a6d3/attachment.html>
More information about the llvm-bugs
mailing list