- Renamed Type::isIntegral() to Type::isInteger()
authorChris Lattner <sabre@nondot.org>
Tue, 3 Sep 2002 01:05:48 +0000 (01:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Sep 2002 01:05:48 +0000 (01:05 +0000)
commitce8a14915d2971039b576e03a32e0ba7c421dba7
tree148593a8f58b5bbac0171ded5dcf3e9e60b2eee5
parent625ea21205d1fb6f175e22477f55dd485b7c65c4
  - Renamed Type::isIntegral() to Type::isInteger()
  - Added new method Type::isIntegral() that is the same as isInteger, but
    also accepts bool.
SCVS: ----------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3572 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ConstantHandling.h
include/llvm/Type.h
lib/Analysis/Expressions.cpp
lib/VMCore/ConstantFold.h
lib/VMCore/ConstantFolding.h