diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-22 18:26:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-22 18:26:17 +0000 |
commit | cb28286b7b2957a06250b50e21348f297668b2b8 (patch) | |
tree | 5d0fa53f309887fe4e38feb1c793187fed534b44 /docs/ReleaseNotes.html | |
parent | 83cd35aff91c59ef465eff78fcd197f9b1d3810a (diff) | |
download | external_llvm-cb28286b7b2957a06250b50e21348f297668b2b8.zip external_llvm-cb28286b7b2957a06250b50e21348f297668b2b8.tar.gz external_llvm-cb28286b7b2957a06250b50e21348f297668b2b8.tar.bz2 |
remove dupe
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index eec9736..d36b0c2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -887,9 +887,6 @@ Clients must replace calls to <tt>GlobalValue::hasNotBeenReadFromBitcode</tt> with <tt>GlobalValue::isMaterializable</tt>.</li> -<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>, |