From 699ee8e76870d53cda972687c71e076f173d1919 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Tue, 14 Jun 2016 19:33:16 +0000 Subject: [PATCH] Fix documentation bot after r272656 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272699 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0