mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192642 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
611ee2ace9
commit
efc053bd67
@ -277,27 +277,6 @@ namespace llvm {
|
||||
/// hasMCAsmBackend - Check if this target supports .o generation.
|
||||
bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != 0; }
|
||||
|
||||
/// hasAsmParser - Check if this target supports .s parsing.
|
||||
bool hasMCAsmParser() const { return MCAsmParserCtorFn != 0; }
|
||||
|
||||
/// hasAsmPrinter - Check if this target supports .s printing.
|
||||
bool hasAsmPrinter() const { return AsmPrinterCtorFn != 0; }
|
||||
|
||||
/// hasMCDisassembler - Check if this target has a disassembler.
|
||||
bool hasMCDisassembler() const { return MCDisassemblerCtorFn != 0; }
|
||||
|
||||
/// hasMCInstPrinter - Check if this target has an instruction printer.
|
||||
bool hasMCInstPrinter() const { return MCInstPrinterCtorFn != 0; }
|
||||
|
||||
/// hasMCCodeEmitter - Check if this target supports instruction encoding.
|
||||
bool hasMCCodeEmitter() const { return MCCodeEmitterCtorFn != 0; }
|
||||
|
||||
/// hasMCObjectStreamer - Check if this target supports streaming to files.
|
||||
bool hasMCObjectStreamer() const { return MCObjectStreamerCtorFn != 0; }
|
||||
|
||||
/// hasAsmStreamer - Check if this target supports streaming to files.
|
||||
bool hasAsmStreamer() const { return AsmStreamerCtorFn != 0; }
|
||||
|
||||
/// @}
|
||||
/// @name Feature Constructors
|
||||
/// @{
|
||||
|
Loading…
Reference in New Issue
Block a user