Skip to content

Commit

Permalink
Add a release note for removing the simplify-libcalls pass.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184522 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
meadori committed Jun 21, 2013
1 parent d6e7dae commit 47afd0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47afd0b

Please sign in to comment.