Mention an API change.
authorDuncan Sands <baldrick@free.fr>
Wed, 17 Feb 2010 17:20:17 +0000 (17:20 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 17 Feb 2010 17:20:17 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 88c7de07a47c874b7440f84eabd6a1f94fb8736c..852ef3382dbb8824f32ad7ecf63c3fd0858464a2 100644 (file)
@@ -644,6 +644,10 @@ Clients must replace calls to
 <li>The <tt>llvm/Support/DataTypes.h</tt> header has moved
 to <tt>llvm/System/DataTypes.h</tt>.</li>
 
+<li>The <tt>isInteger</tt>, <tt>isIntOrIntVector</tt>, <tt>isFloatingPoint</tt>,
+<tt>isFPOrFPVector</tt> and <tt>isFPOrFPVector</tt> methods have been renamed
+<tt>isIntegerTy</tt>, <tt>isIntOrIntVectorTy</tt>, <tt>isFloatingPointTy</tt>, 
+<tt>isFPOrFPVectorTy</tt> and <tt>isFPOrFPVectorTy</tt> respectively.</li>
 </ul>
 
 </div>