[llvm] r183248 - Fix link.

Richard Smith richard-llvm at metafoo.co.uk
Tue Jun 4 13:42:43 PDT 2013


Author: rsmith
Date: Tue Jun  4 15:42:42 2013
New Revision: 183248

URL: http://llvm.org/viewvc/llvm-project?rev=183248&view=rev
Log:
Fix link.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=183248&r1=183247&r2=183248&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jun  4 15:42:42 2013
@@ -697,7 +697,7 @@ Currently, only the following parameter
     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





More information about the llvm-commits mailing list