From 411432d726e2acdf11a23b0f06a93362c8191ae2 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 17 Feb 2010 17:20:17 +0000 Subject: [PATCH] Mention an API change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) 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.
  • -- 2.34.1