summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-06-14 19:33:16 +0000
committerAdam Nemet <anemet@apple.com>2016-06-14 19:33:16 +0000
commit699ee8e76870d53cda972687c71e076f173d1919 (patch)
treea8089e22bb31c9b2a1a001855628b840ace35d5f /docs/LanguageExtensions.rst
parent311f37bc8af838ea28a5ea2e3d3de0d32fe778b1 (diff)
Fix documentation bot after r272656
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 0b0a4fb925..de1ad7b5d3 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -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.