[llvm-commits] [llvm] r75426 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Daniel Dunbar daniel at zuster.org
Sun Jul 12 13:41:27 PDT 2009


Author: ddunbar
Date: Sun Jul 12 15:41:27 2009
New Revision: 75426

URL: http://llvm.org/viewvc/llvm-project?rev=75426&view=rev
Log:
Add an LLVM API change.

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=75426&r1=75425&r2=75426&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Jul 12 15:41:27 2009
@@ -449,6 +449,8 @@
     <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>





More information about the llvm-commits mailing list