[llvm] r214076 - Fixed sphinx warning.
Dan Liew
dan at su-root.co.uk
Mon Jul 28 06:33:51 PDT 2014
Author: delcypher
Date: Mon Jul 28 08:33:51 2014
New Revision: 214076
URL: http://llvm.org/viewvc/llvm-project?rev=214076&view=rev
Log:
Fixed sphinx warning.
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=214076&r1=214075&r2=214076&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Jul 28 08:33:51 2014
@@ -2830,7 +2830,7 @@ Note that the fields need not be contigu
does not carry useful data and need not be preserved.
'``noalias``' and '``alias.scope``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``noalias`` and ``alias.scope`` metadata provide the ability to specify generic
noalias memory-access sets. This means that some collection of memory access
More information about the llvm-commits
mailing list