From 4573f1b8cf61890c25f85952221d243e05e5474f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 8 Jul 2004 17:49:37 +0000 Subject: [PATCH] statisfy the spelling police git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 88db133bffe..741d66b3868 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1748,8 +1748,7 @@ types.

return false as they do with isSigned. This returns true for UByteTy, UShortTy, UIntTy, and ULongTy. -
  • bool isInteger() const: Equilivent to isSigned() || isUnsigned(), - but with only a single virtual function invocation.
  • +
  • bool isInteger() const: Equivalent to isSigned() || isUnsigned().
  • bool isIntegral() const: Returns true if this is an integral type, which is either Bool type or one of the Integer types.