From: Daniel Dunbar Date: Sun, 12 Jul 2009 20:41:27 +0000 (+0000) Subject: Add an LLVM API change. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=02e7313bf9c997f4babcc3d86a1ea231312aeb61;p=oota-llvm.git Add an LLVM API change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75426 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 6e99a60532c..efc7d91df49 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -449,6 +449,8 @@ API changes are:

CreateNeg should only be used for integer arithmetic now; CreateFAdd, CreateFSub, CreateFMul, and CreateFNeg should now be used for floating-point arithmetic. +
  • The DynamicLibrary class can no longer be constructed, its functionality has + moved to static member functions.