Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'polly/docs/ReleaseNotes.rst')
-rw-r--r--polly/docs/ReleaseNotes.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index df3f7ba8389a..5392f3d2faf1 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -1,8 +1,8 @@
=============================
-Release Notes 12.0 (upcoming)
+Release Notes 13.0 (upcoming)
=============================
-In Polly 12 the following important changes have been incorporated.
+In Polly 13 the following important changes have been incorporated.
.. warning::
@@ -11,8 +11,3 @@ In Polly 12 the following important changes have been incorporated.
branch.
- Change ...
-
- * The LLVM option -polly-isl-arg was added to pass options to ISL's
- command line option parser. For instance,
- -polly-isl-arg=--schedule-algorithm=feautrier switches to the
- Feautrier scheduling algorithm.