1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

statisfy the spelling police

llvm-svn: 14698
This commit is contained in:
Chris Lattner 2004-07-08 17:49:37 +00:00
parent 54115c22de
commit e247c8d642

View File

@ -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>