From: Duncan Sands Date: Wed, 17 Feb 2010 17:20:17 +0000 (+0000) Subject: Mention an API change. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=411432d726e2acdf11a23b0f06a93362c8191ae2;p=oota-llvm.git Mention an API change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 88c7de07a47..852ef3382db 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -644,6 +644,10 @@ Clients must replace calls to
  • The llvm/Support/DataTypes.h header has moved to llvm/System/DataTypes.h.
  • +
  • The isInteger, isIntOrIntVector, isFloatingPoint, +isFPOrFPVector and isFPOrFPVector methods have been renamed +isIntegerTy, isIntOrIntVectorTy, isFloatingPointTy, +isFPOrFPVectorTy and isFPOrFPVectorTy respectively.