summaryrefslogtreecommitdiffstats
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
commit80c430af8102ee729762675f46561d6ba5035035 (patch)
tree583771c049598cc5ebe91f466ce7840005d31063
parent20912d644a5eddcdf130e1ade03e884c19774978 (diff)
downloadbcm5719-llvm-80c430af8102ee729762675f46561d6ba5035035.tar.gz
bcm5719-llvm-80c430af8102ee729762675f46561d6ba5035035.zip
Mention an API change.
llvm-svn: 96480
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 88c7de07a47..852ef3382db 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud