mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
statisfy the spelling police
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f54f19f29
commit
4573f1b8cf
@ -1748,8 +1748,7 @@ types.</p>
|
||||
return false as they do with isSigned. This returns true for UByteTy,
|
||||
UShortTy, UIntTy, and ULongTy. </li>
|
||||
|
||||
<li><tt>bool isInteger() const</tt>: Equilivent to isSigned() || isUnsigned(),
|
||||
but with only a single virtual function invocation.</li>
|
||||
<li><tt>bool isInteger() const</tt>: Equivalent to isSigned() || isUnsigned().</li>
|
||||
|
||||
<li><tt>bool isIntegral() const</tt>: Returns true if this is an integral
|
||||
type, which is either Bool type or one of the Integer types.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user