Uniformize the names of type predicates: rather than having isFloatTy and
[oota-llvm.git] / docs / ProgrammersManual.html
index a37eca2cb8a0ace0f2e25c8d08e0edc8411c5c16..d74a645558c95b4eef25664f7cba9201ed5a32a3 100644 (file)
@@ -2999,9 +2999,9 @@ the <tt>lib/VMCore</tt> directory.</p>
 <div class="doc_text">
 
 <ul>
-  <li><tt>bool isInteger() const</tt>: Returns true for any integer type.</li>
+  <li><tt>bool isIntegerTy() const</tt>: Returns true for any integer type.</li>
 
-  <li><tt>bool isFloatingPoint()</tt>: Return true if this is one of the two
+  <li><tt>bool isFloatingPointTy()</tt>: Return true if this is one of the five
   floating point types.</li>
 
   <li><tt>bool isAbstract()</tt>: Return true if the type is abstract (contains