aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-12 20:41:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-12 20:41:27 +0000
commit02e7313bf9c997f4babcc3d86a1ea231312aeb61 (patch)
tree2fb526d100fdb2718d910ac7a1985ad6559f6f4f
parenta00e85c9b1d57d3ba89592b95f55c571170a8ab9 (diff)
Add an LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75426 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes-2.6.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 6e99a60532..efc7d91df4 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -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>