From: Chris Lattner
Date: Mon, 15 Jan 2007 01:55:32 +0000 (+0000)
Subject: Change to match API changes.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d;p=oota-llvm.git
Change to match API changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33219 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 81e37f7e1b5..9ecafe5dc5f 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1642,11 +1642,7 @@ the lib/VMCore directory.
- - bool isInteger() const: Returns true for any integer type except
- a one-bit integer (i1).
-
- - bool isIntegral() const: Returns true for any integer type
- including a one-bit integer.
+ - bool isInteger() const: Returns true for any integer type.
- bool isFloatingPoint(): Return true if this is one of the two
floating point types.