From 2b1852669631241a908575b849f14775cb7a2d58 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 4 Jun 2013 20:42:42 +0000 Subject: Fix link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183248 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LangRef.rst b/docs/LangRef.rst index fe4b957989..1b50a734e9 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -697,7 +697,7 @@ Currently, only the following parameter attributes are defined: the first parameter. This is not a valid attribute for return values. ``noalias`` - This indicates that pointer values `*based* ` on + This indicates that pointer values :ref:`based ` on the argument or return value do not alias pointer values which are not *based* on it, ignoring certain "irrelevant" dependencies. For a call to the parent function, dependencies between memory references -- cgit v1.2.3