[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Sun Jan 14 17:55:56 PST 2007
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.105 -> 1.106
---
Log message:
Change to match API changes.
---
Diffs of the changes: (+2 -6)
ProgrammersManual.html | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.105 llvm/docs/ProgrammersManual.html:1.106
--- llvm/docs/ProgrammersManual.html:1.105 Fri Jan 12 11:26:25 2007
+++ llvm/docs/ProgrammersManual.html Sun Jan 14 19:55:32 2007
@@ -1642,11 +1642,7 @@
<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>
@@ -2561,7 +2557,7 @@
<a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/01/12 17:26:25 $
+ Last modified: $Date: 2007/01/15 01:55:32 $
</address>
</body>
More information about the llvm-commits
mailing list