Replace all usages of Type::isPointerType with isa<PointerType>
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 16:15:30 +0000 (16:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 16:15:30 +0000 (16:15 +0000)
commit9b625030c8427a3bc56f5993c0b5b214c393042f
tree40bf688c425d93346f3f3a1119f4a9049682724e
parentd44023ecb7a699e52f119bec0eb86830989ff35a
Replace all usages of Type::isPointerType with isa<PointerType>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2486 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/Analysis/Expressions.cpp
lib/Analysis/IPA/FindUnsafePointerTypes.cpp
lib/Analysis/InductionVariable.cpp
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/InstructionWriter.cpp
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/SparcV9InstrInfo.cpp
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Target/TargetData.cpp
lib/VMCore/iMemory.cpp