From 9a1829d3f1e9fbcf8ab21da3cbb7359a91c7a29c Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Tue, 22 Jul 2014 14:59:38 +0000 Subject: [PATCH] Fix Sphinx warning. llvm-svn: 213660 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 77c9c5f..867ef74 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 -- 2.7.4