mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Mention an API change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a7795cbed
commit
411432d726
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user