X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.rst;h=88c1c05e1affe459c021c8168410abe714395d72;hb=fc699872e35ec794d7373680be6f1946fe8e9ca6;hp=a12aaa29fc4b3682d654b98255456769b46d3b10;hpb=51d1bda39b8f8145ef0e9aa98fdfc1752cce95ec;p=oota-llvm.git diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index a12aaa29fc4..88c1c05e1af 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