Fixed sphinx warning from r267672
authorAdam Nemet <anemet@apple.com>
Wed, 27 Apr 2016 05:59:51 +0000 (05:59 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 27 Apr 2016 05:59:51 +0000 (05:59 +0000)
llvm-svn: 267675

llvm/docs/LangRef.rst

index cd57c24..dc8b4d1 100644 (file)
@@ -4712,7 +4712,7 @@ which is the string ``llvm.loop.licm_versioning.disable``. For example:
    !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