From: Adam Nemet Date: Tue, 14 Jun 2016 19:33:16 +0000 (+0000) Subject: Fix documentation bot after r272656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=699ee8e76870d53cda972687c71e076f173d1919;p=clang Fix documentation bot after r272656 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272699 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.