Change to match API changes.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:55:32 +0000 (01:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:55:32 +0000 (01:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33219 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 81e37f7e1b547e8ab57d916a20b27e5887c56739..9ecafe5dc5fad34fa369cc3ac340262356df42ef 100644 (file)
@@ -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>