aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-15 01:55:32 +0000
committerChris Lattner <sabre@nondot.org>2007-01-15 01:55:32 +0000
commit8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d (patch)
treeaa58284e0987ac03a9351edf355e5b0a69d74af6 /docs
parent4d5f508318b2f666ed50a2ed5e49e4aa343a92d6 (diff)
downloadexternal_llvm-8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d.zip
external_llvm-8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d.tar.gz
external_llvm-8f79df3cf9c91cb61aedd46b56dcdcd6d56b9d2d.tar.bz2
Change to match API changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 81e37f7..9ecafe5 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>