[polly] da2e1f6 - [Polly][docs] Fix Sphinx warning.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 19:14:46 PDT 2021


Author: Michael Kruse
Date: 2021-10-15T21:13:43-05:00
New Revision: da2e1f622db4c0c6e0575cf7c2c8b9423d061b51

URL: https://github.com/llvm/llvm-project/commit/da2e1f622db4c0c6e0575cf7c2c8b9423d061b51
DIFF: https://github.com/llvm/llvm-project/commit/da2e1f622db4c0c6e0575cf7c2c8b9423d061b51.diff

LOG: [Polly][docs] Fix Sphinx warning.

ReStructured Text is not Markdown.

Added: 
    

Modified: 
    polly/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 5c3d37b80e272..bcc95f55cfa0c 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -13,9 +13,10 @@ In Polly 14 the following important changes have been incorporated.
 - The command line option -polly-opt-fusion has been removed. What the
   flag does was frequently misunderstood and is rarely useful. However,
   the functionality is still accessible using
-```
+
+  .. code-block:: console
+
     -polly-isl-arg=--no-schedule-serialize-sccs
-```
 
 - The command line option -polly-loopfusion-greedy has been added.
   This will agressively try to fuse any loop regardless of


        


More information about the llvm-commits mailing list