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.