Add an LLVM API change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-07-12 20:41:27 +00:00
parent a00e85c9b1
commit 02e7313bf9

View File

@ -449,6 +449,8 @@ API changes are:</p>
<tt>CreateNeg</tt> should only be used for integer arithmetic now;
<tt>CreateFAdd</tt>, <tt>CreateFSub</tt>, <tt>CreateFMul</tt>, and
<tt>CreateFNeg</tt> should now be used for floating-point arithmetic.</li>
<li>The DynamicLibrary class can no longer be constructed, its functionality has
moved to static member functions.</li>
</ul>
</div>