summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-17 17:20:17 +0000
committerDuncan Sands <baldrick@free.fr>2010-02-17 17:20:17 +0000
commit411432d726e2acdf11a23b0f06a93362c8191ae2 (patch)
treea7aba679503bee1447ed438d7156546ad96800cf /docs
parent9a7795cbed47159566fd8f57b846fcf14ffb0272 (diff)
downloadllvm-411432d726e2acdf11a23b0f06a93362c8191ae2.tar.gz
llvm-411432d726e2acdf11a23b0f06a93362c8191ae2.tar.bz2
llvm-411432d726e2acdf11a23b0f06a93362c8191ae2.tar.xz
Mention an API change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 88c7de07a4..852ef3382d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>