Add a note in the API Changes section about the ConstantFP::get change.
authorDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 04:36:34 +0000 (04:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 04:36:34 +0000 (04:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52119 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index c8664940d7350b91c6ff95a7596c33708ffa47fc..077867814c4ecb33214c0d5df6f94d1bafb07dfb 100644 (file)
@@ -112,6 +112,9 @@ It includes a large number of features and refinements from LLVM 2.2.</p>
 <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>