summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd554a49042c659b6e1ef8fe15ddf2d0a1ac2b651 (patch)
tree548722ee0c409673a0ef05722c7324420c925ee6 /llvm/docs/ReleaseNotes.rst
parent55fc544e65c015a4a9603c3bb6b2ce55094abdaa (diff)
downloadbcm5719-llvm-d554a49042c659b6e1ef8fe15ddf2d0a1ac2b651.tar.gz
bcm5719-llvm-d554a49042c659b6e1ef8fe15ddf2d0a1ac2b651.zip
Add a release note for removing the simplify-libcalls pass.
llvm-svn: 184522
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index a12aaa29fc4..88c1c05e1af 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud