[llvm] r231921 - Fix too short title underline reported by build-bot.
Dan Liew
dan at su-root.co.uk
Wed Mar 11 06:34:50 PDT 2015
Author: delcypher
Date: Wed Mar 11 08:34:49 2015
New Revision: 231921
URL: http://llvm.org/viewvc/llvm-project?rev=231921&view=rev
Log:
Fix too short title underline reported by build-bot.
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=231921&r1=231920&r2=231921&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Mar 11 08:34:49 2015
@@ -3510,7 +3510,7 @@ which is the string ``llvm.loop.unroll.d
!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:
More information about the llvm-commits
mailing list