diff options
author | Dan Liew <dan@su-root.co.uk> | 2014-07-22 14:59:38 +0000 |
---|---|---|
committer | Dan Liew <dan@su-root.co.uk> | 2014-07-22 14:59:38 +0000 |
commit | d883110014e77c08357739c5754aaf6e76bc15d8 (patch) | |
tree | 61200b947573f0e34caefea67b8355b2a777a33f /docs | |
parent | acdcb3773d085eef413385a1c24ea78f01657bcd (diff) |
Fix Sphinx warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 77c9c5fc063..867ef741da1 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2942,7 +2942,7 @@ multiple iterations of the loop. If ``llvm.loop.interleave.count`` is set to 0 then the interleave count will be determined automatically. '``llvm.loop.vectorize.enable``' Metadata -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This metadata selectively enables or disables vectorization for the loop. The first operand is the string ``llvm.loop.vectorize.enable`` and the second operand |