llvm-6502/lib/ExecutionEngine/RuntimeDyld
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
..
CMakeLists.txt Implement GDB integration for source level debugging of code JITed using 2012-04-16 22:12:58 +00:00
GDBRegistrar.cpp Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
JITRegistrar.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
LLVMBuild.txt
Makefile
ObjectImageCommon.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyld.cpp Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyldELF.cpp Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
RuntimeDyldELF.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyldImpl.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyldMachO.cpp Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyldMachO.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00