llvm-6502/lib/Bitcode/Reader
Sean Silva ed84062812 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
2012-10-11 23:30:49 +00:00
..
BitcodeReader.cpp Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
BitcodeReader.h Fix some typos 165739, spotted by Duncan. 2012-10-11 21:45:16 +00:00
BitReader.cpp Add Module functions in place of module providers. 2010-03-02 23:58:54 +00:00
CMakeLists.txt llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. 2012-06-24 13:32:01 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00