summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2015-03-11 13:34:49 +0000
committerDan Liew <dan@su-root.co.uk>2015-03-11 13:34:49 +0000
commitbd07f437a0503d3199b0d1457039eb6c51ff2f6f (patch)
tree0585da08afe44551cc0e885b4118aa2384a544a2 /docs
parent4d7b50578ff690adcc47f1b648360d685f29ca1a (diff)
Fix too short title underline reported by build-bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index ff9b4bf06f..4da9f5ba58 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -3510,7 +3510,7 @@ which is the string ``llvm.loop.unroll.disable``. For example:
!0 = !{!"llvm.loop.unroll.disable"}
'``llvm.loop.unroll.runtime.disable``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This metadata either disables runtime loop unrolling. The metadata has a single
operand which is the string ``llvm.loop.unroll.runtime.disable``. For example: