diff options
-rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 6e99a60532c..efc7d91df49 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/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> |