Remove unnecessary classof()'s
authorSean Silva <silvas@purdue.edu>
Thu, 11 Oct 2012 23:30:49 +0000 (23:30 +0000)
committerSean Silva <silvas@purdue.edu>
Thu, 11 Oct 2012 23:30:49 +0000 (23:30 +0000)
commited84062812c7b8a82d0e8128a22aa1aa07a14d79
tree9453e4ed658f7721aa8ef3403ccc1bc1c6fa17bd
parent8a6538cd6117c5a7b1efb5c2e9cf172a5556c23e
Remove unnecessary classof()'s

isa<> et al. automatically infer when the cast is an upcast (including a
self-cast), so these are no longer necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165767 91177308-0d34-0410-b5e6-96231b3b80d8
43 files changed:
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Argument.h
include/llvm/BasicBlock.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Constant.h
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/Function.h
include/llvm/GlobalAlias.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
include/llvm/InlineAsm.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/IntrinsicInst.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
include/llvm/Metadata.h
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/ELF.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
include/llvm/Operator.h
include/llvm/Support/YAMLParser.h
include/llvm/TableGen/Record.h
include/llvm/Type.h
include/llvm/User.h
include/llvm/Value.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
utils/TableGen/DAGISelMatcher.h