[polly] r264592 - docs: Fix section header committed in r264575
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 10:00:14 PDT 2016
Author: grosser
Date: Mon Mar 28 12:00:14 2016
New Revision: 264592
URL: http://llvm.org/viewvc/llvm-project?rev=264592&view=rev
Log:
docs: Fix section header committed in r264575
Ensure the length of the header underline matches the length of the header.
This prevents SPHINX from erroring on this file and consequently not updating
the documentation.
Also, make this its own point not belonging to the 'increased applicability'
section.
Modified:
polly/trunk/docs/ReleaseNotes.rst
Modified: polly/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/ReleaseNotes.rst?rev=264592&r1=264591&r2=264592&view=diff
==============================================================================
--- polly/trunk/docs/ReleaseNotes.rst (original)
+++ polly/trunk/docs/ReleaseNotes.rst Mon Mar 28 12:00:14 2016
@@ -71,7 +71,7 @@ access only memory accessible through po
attributes ``readonly`` and ``argmemonly`` for more information.
Fine-grain dependences analysis
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+-------------------------------
In addition of the ScopStmt wise dependences analysis, now the "polly-dependence"
pass provides dependences analysis at memory reference wise and memory access wise.
More information about the llvm-commits
mailing list