[llvm] r267675 - Fixed sphinx warning from r267672
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 22:59:51 PDT 2016
Author: anemet
Date: Wed Apr 27 00:59:51 2016
New Revision: 267675
URL: http://llvm.org/viewvc/llvm-project?rev=267675&view=rev
Log:
Fixed sphinx warning from r267672
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=267675&r1=267674&r2=267675&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Apr 27 00:59:51 2016
@@ -4712,7 +4712,7 @@ which is the string ``llvm.loop.licm_ver
!0 = !{!"llvm.loop.licm_versioning.disable"}
'``llvm.loop.distribute.enable``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loop distribution allows splitting a loop into multiple loops. Currently,
this is only performed if the entire loop cannot be vectorized due to unsafe
More information about the llvm-commits
mailing list