diff options
author | Sean Silva <chisophugis@gmail.com> | 2015-02-04 20:51:19 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2015-02-04 20:51:19 +0000 |
commit | b6472fe3da9a20bcceb7b24af4ce9f0c4e79b254 (patch) | |
tree | fabf97cf02ded990cde19cd4bbe9586a3f04f982 | |
parent | 2689cecd672520f3ce5fb93fbaa2d1880636916d (diff) | |
download | bcm5719-llvm-b6472fe3da9a20bcceb7b24af4ce9f0c4e79b254.tar.gz bcm5719-llvm-b6472fe3da9a20bcceb7b24af4ce9f0c4e79b254.zip |
[docs] Put an explicit link to InAlloca.rst
llvm-svn: 228192
-rw-r--r-- | llvm/docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index dd6ea18f090..65857cd170e 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -343,6 +343,9 @@ For API clients and LLVM developers. :doc:`MergeFunctions` Describes functions merging optimization. +:doc:`InAlloca` + Description of the ``inalloca`` argument attribute. + Development Process Documentation ================================= |