rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 02:27:26 +0000 (02:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 02:27:26 +0000 (02:27 +0000)
commit42a75517250017a52afb03a0ade03cbd49559fe5
treece6335dd133d9e2af752f558d4edd8f9d1fedefe
parentb25c4ca9d8c838c2f18009221b11cd5170c47702
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
rename Type::getIntegralTypeMask to Type::getIntegerTypeMask.

This makes naming much more consistent.  For example, there are now no longer any
instances of IntegerType that are not considered isInteger! :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33225 91177308-0d34-0410-b5e6-96231b3b80d8
33 files changed:
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/CodeGen/MachOWriter.h
include/llvm/Type.h
lib/Analysis/ConstantRange.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/Bytecode/Writer/Writer.cpp
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Support/ConstantRange.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/X86/X86TargetAsmInfo.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/Transforms/IPO/SimplifyLibCalls.cpp
lib/Transforms/Scalar/CorrelatedExprs.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Type.cpp
lib/VMCore/Verifier.cpp
tools/llvm2cpp/CppWriter.cpp