summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMeador Inge <meadori@codesourcery.com>2013-06-21 03:08:23 +0000
committerMeador Inge <meadori@codesourcery.com>2013-06-21 03:08:23 +0000
commit47afd0b77a2963d2991aef4570b4f2338b816b90 (patch)
tree0a9170ce3fa4d58046eca37b3512da6c82bc166d /docs/ReleaseNotes.rst
parentd6e7daecf9e7be1e35aede884f65252f7264ec34 (diff)
downloadllvm-47afd0b77a2963d2991aef4570b4f2338b816b90.tar.gz
llvm-47afd0b77a2963d2991aef4570b4f2338b816b90.tar.bz2
llvm-47afd0b77a2963d2991aef4570b4f2338b816b90.tar.xz
Add a release note for removing the simplify-libcalls pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a12aaa29fc..88c1c05e1a 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -50,6 +50,10 @@ Non-comprehensive list of changes in this release
APFloat::isIEEENormal() was renamed to APFloat::isNormal(). This ensures that
APFloat::isNormal() conforms to IEEE-754R-2008.
+* The library call simplification pass has been removed. Its functionality
+ has been integrated into the instruction combiner and function attribute
+ marking passes.
+
* ... next change ...
.. NOTE