From e301e0b9a12274b04d8ec35e68a9a52adc76d126 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 28 Jul 2014 13:33:51 +0000 Subject: [PATCH] Fixed sphinx warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214076 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 25ee61e125a..a3c0e8988a2 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2830,7 +2830,7 @@ Note that the fields need not be contiguous. In this example, there is a 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 -- 2.34.1