[llvm] r228192 - [docs] Put an explicit link to InAlloca.rst
Sean Silva
chisophugis at gmail.com
Wed Feb 4 12:51:19 PST 2015
Author: silvas
Date: Wed Feb 4 14:51:19 2015
New Revision: 228192
URL: http://llvm.org/viewvc/llvm-project?rev=228192&view=rev
Log:
[docs] Put an explicit link to InAlloca.rst
Modified:
llvm/trunk/docs/index.rst
Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=228192&r1=228191&r2=228192&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Wed Feb 4 14:51:19 2015
@@ -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
=================================
More information about the llvm-commits
mailing list