[llvm] r213660 - Fix Sphinx warning.
Dan Liew
dan at su-root.co.uk
Tue Jul 22 07:59:38 PDT 2014
Author: delcypher
Date: Tue Jul 22 09:59:38 2014
New Revision: 213660
URL: http://llvm.org/viewvc/llvm-project?rev=213660&view=rev
Log:
Fix Sphinx warning.
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=213660&r1=213659&r2=213660&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jul 22 09:59:38 2014
@@ -2942,7 +2942,7 @@ multiple iterations of the loop. If ``l
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
More information about the llvm-commits
mailing list