1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/CodeGen/AsmPrinter
Sean Silva 2174f713f4 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.

llvm-svn: 165767
2012-10-11 23:30:49 +00:00
..
ARMException.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
AsmPrinter.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
AsmPrinterDwarf.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
AsmPrinterInlineAsm.cpp [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants. 2012-09-11 19:09:56 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIE.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
DIE.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
DwarfAccelTable.cpp Fix up comment to be more clear. 2012-10-08 23:53:45 +00:00
DwarfAccelTable.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
DwarfCFIException.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
DwarfCompileUnit.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
DwarfCompileUnit.h 80-col fixup. 2012-09-10 23:34:03 +00:00
DwarfDebug.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
DwarfDebug.h Have the DbgVariable "isArtificial" and "isObjectPointer" not 2012-09-21 22:18:52 +00:00
DwarfException.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
DwarfException.h Reorder the comments of EmitExceptionTable. 2012-09-05 06:28:26 +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
OcamlGCPrinter.cpp Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
Win64Exception.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00