From e92dee17fa016e12fa9fad042f3d19bf9322908b Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Mon, 15 Feb 2010 16:12:20 +0000
Subject: Uniformize the names of type predicates: rather than having isFloatTy
and isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96223 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ProgrammersManual.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs')
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index a37eca2..d74a645 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -2999,9 +2999,9 @@ the lib/VMCore directory.
- - bool isInteger() const: Returns true for any integer type.
+ - bool isIntegerTy() const: Returns true for any integer type.
- - bool isFloatingPoint(): Return true if this is one of the two
+
- bool isFloatingPointTy(): Return true if this is one of the five
floating point types.
- bool isAbstract(): Return true if the type is abstract (contains
--
cgit v1.1