[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 8 12:50:01 PDT 2004


Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.64 -> 1.65

---
Log message:

statisfy the spelling police


---
Diffs of the changes:  (+2 -3)

Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.64 llvm/docs/ProgrammersManual.html:1.65
--- llvm/docs/ProgrammersManual.html:1.64	Tue Jun 22 03:02:25 2004
+++ llvm/docs/ProgrammersManual.html	Thu Jul  8 12:49:37 2004
@@ -1748,8 +1748,7 @@
   return false as they do with isSigned. This returns true for UByteTy,
   UShortTy, UIntTy, and ULongTy. </li>
 
-  <li><tt>bool isInteger() const</tt>: Equilivent to isSigned() || isUnsigned(),
-  but with only a single virtual function invocation.</li>
+  <li><tt>bool isInteger() const</tt>: Equivalent to isSigned() || isUnsigned().</li>
 
   <li><tt>bool isIntegral() const</tt>: Returns true if this is an integral
   type, which is either Bool type or one of the Integer types.</li>
@@ -2046,7 +2045,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.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/22 08:02:25 $
+  Last modified: $Date: 2004/07/08 17:49:37 $
 </address>
 
 </body>





More information about the llvm-commits mailing list