summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-04-27 05:59:51 +0000
committerAdam Nemet <anemet@apple.com>2016-04-27 05:59:51 +0000
commit55dc0af5a1e11b9a1d3d93918c4e51bf4e1aa76a (patch)
tree1f4a53ba5b8b71e66fe4466612ca258940f7fe20
parent3ad70b4b5b5c74084ff9ba0c6308918f56f1f027 (diff)
downloadbcm5719-llvm-55dc0af5a1e11b9a1d3d93918c4e51bf4e1aa76a.tar.gz
bcm5719-llvm-55dc0af5a1e11b9a1d3d93918c4e51bf4e1aa76a.zip
Fixed sphinx warning from r267672
llvm-svn: 267675
-rw-r--r--llvm/docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index cd57c24e9ae..dc8b4d14bc0 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -4712,7 +4712,7 @@ which is the string ``llvm.loop.licm_versioning.disable``. For example:
!0 = !{!"llvm.loop.licm_versioning.disable"}
'``llvm.loop.distribute.enable``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loop distribution allows splitting a loop into multiple loops. Currently,
this is only performed if the entire loop cannot be vectorized due to unsafe
OpenPOWER on IntegriCloud