diff options
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b5cd8f2f4a8..1aa2cdcae3b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -113,13 +113,12 @@ In this release, the following missing features were implemented: <!--=========================================================================--> <div class="doc_subsubsection"> -In this release, the following Quality of Implementation issues were -fixed: +In this release, the following Code Quality issues were fixed: </div> <ol> -<li></li> +<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li> <li></li> </ol> |