]> granicus.if.org Git - clang/commitdiff
Fix documentation bot after r272656
authorAdam Nemet <anemet@apple.com>
Tue, 14 Jun 2016 19:33:16 +0000 (19:33 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 14 Jun 2016 19:33:16 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272699 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 0b0a4fb925dc56ad7f9ab7a4d53df5fbca37f52e..de1ad7b5d3972aa168f414f28f02070eac4b14f3 100644 (file)
@@ -2154,7 +2154,7 @@ Loop Distribution allows splitting a loop into multiple loops.  This is
 beneficial for example when the entire loop cannot be vectorized but some of the
 resulting loops can.
 
-If ``distribute(enable))'' is specified and the loop has memory dependencies
+If ``distribute(enable))`` is specified and the loop has memory dependencies
 that inhibit vectorization, the compiler will attempt to isolate the offending
 operations into a new loop.  This optimization is not enabled by default, only
 loops marked with the pragma are considered.