diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 88c7de07a47c874b7440f84eabd6a1f94fb8736c..852ef3382dbb8824f32ad7ecf63c3fd0858464a2 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.