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 | 0d34c06cf211e29b40ee1d1bffe402f7461d0366 (patch) | |
tree | 214aaedb6de547903d2594affb1b5eff6428b595 /llvm/docs/ReleaseNotes.html | |
parent | 8b2902171256fd4afdcdd18b90f790448751357d (diff) | |
download | bcm5719-llvm-0d34c06cf211e29b40ee1d1bffe402f7461d0366.tar.gz bcm5719-llvm-0d34c06cf211e29b40ee1d1bffe402f7461d0366.zip |
remove dupe
llvm-svn: 102100
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index eec97368783..d36b0c2db31 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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>, |