summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-06-04 20:42:42 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-06-04 20:42:42 +0000
commit2b1852669631241a908575b849f14775cb7a2d58 (patch)
tree4fa9ffce7f9c6410f47c76bcd24b29136ec53e45 /docs
parent1e06bcbd633175d75d13aaa5695ca0633ba86068 (diff)
downloadllvm-2b1852669631241a908575b849f14775cb7a2d58.tar.gz
llvm-2b1852669631241a908575b849f14775cb7a2d58.tar.bz2
llvm-2b1852669631241a908575b849f14775cb7a2d58.tar.xz
Fix link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
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* <pointeraliasing>` on
+ This indicates that pointer values :ref:`based <pointeraliasing>` 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