aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ProgrammersManual.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 81e37f7e1b..9ecafe5dc5 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1642,11 +1642,7 @@ the <tt>lib/VMCore</tt> directory.</p>
<div class="doc_text">
<ul>
- <li><tt>bool isInteger() const</tt>: Returns true for any integer type except
- a one-bit integer (i1). </li>
-
- <li><tt>bool isIntegral() const</tt>: Returns true for any integer type
- including a one-bit integer.</li>
+ <li><tt>bool isInteger() const</tt>: Returns true for any integer type.</li>
<li><tt>bool isFloatingPoint()</tt>: Return true if this is one of the two
floating point types.</li>