From b6472fe3da9a20bcceb7b24af4ce9f0c4e79b254 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 4 Feb 2015 20:51:19 +0000 Subject: [PATCH] [docs] Put an explicit link to InAlloca.rst llvm-svn: 228192 --- llvm/docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index dd6ea18f0906..65857cd170e0 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 =================================