r272699 - Fix documentation bot after r272656

Adam Nemet via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 12:33:17 PDT 2016


Author: anemet
Date: Tue Jun 14 14:33:16 2016
New Revision: 272699

URL: http://llvm.org/viewvc/llvm-project?rev=272699&view=rev
Log:
Fix documentation bot after r272656

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=272699&r1=272698&r2=272699&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Tue Jun 14 14:33:16 2016
@@ -2154,7 +2154,7 @@ Loop Distribution allows splitting a loo
 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.




More information about the cfe-commits mailing list