[llvm-commits] [llvm] r52119 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Sun Jun 8 21:36:34 PDT 2008
Author: djg
Date: Sun Jun 8 23:36:34 2008
New Revision: 52119
URL: http://llvm.org/viewvc/llvm-project?rev=52119&view=rev
Log:
Add a note in the API Changes section about the ConstantFP::get change.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52119&r1=52118&r2=52119&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun 8 23:36:34 2008
@@ -112,6 +112,9 @@
<li>The '<tt>-enable-eh</tt>' flag to llc has been removed. Now code should
encode whether it is safe to omit unwind information for a function by
tagging the Function object with the '<tt>nounwind</tt>' attribute.</li>
+<li>The ConstantFP::get method that uses APFloat now takes one argument
+ instead of two. The type argument has been removed, and the type is
+ now inferred from the size of the given APFloat value.</li>
</ul>
</div>
More information about the llvm-commits
mailing list