- Renamed Type::isIntegral() to Type::isInteger()
authorChris Lattner <sabre@nondot.org>
Tue, 3 Sep 2002 01:08:28 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Sep 2002 01:08:28 +0000 (01:08 +0000)
commit0c4e886dbf1cf7736819a49d5143ae1c2a0cfb79
treef48443d191cddb7b196d7b0fa211607e58c77689
parent65ad37205ef6958e07f57f85d1b5070ed1d93d1d
  - Renamed Type::isIntegral() to Type::isInteger()
  - Added new method Type::isIntegral() that is the same as isInteger, but
    also accepts bool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3574 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/UserInput.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/SparcV9InstrInfo.cpp
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
lib/Target/SparcV9/SparcV9RegInfo.cpp
lib/Transforms/LevelRaise.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Type.cpp