forked from OSchip/llvm-project
Add a note in the API Changes section about the ConstantFP::get change.
llvm-svn: 52119
This commit is contained in:
parent
286175d545
commit
e30c937df3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue