mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
eliminate a now-useless class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
745ec06ad2
commit
08acebc511
@ -267,18 +267,6 @@ namespace {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/// LinuxAsmPrinter - SPU assembly printer, customized for Linux
|
||||
class LinuxAsmPrinter : public SPUAsmPrinter {
|
||||
public:
|
||||
explicit LinuxAsmPrinter(formatted_raw_ostream &O, TargetMachine &TM,
|
||||
const MCAsmInfo *T, bool V)
|
||||
: SPUAsmPrinter(O, TM, T, V) {}
|
||||
|
||||
virtual const char *getPassName() const {
|
||||
return "STI CBEA SPU Assembly Printer";
|
||||
}
|
||||
};
|
||||
} // end of anonymous namespace
|
||||
|
||||
// Include the auto-generated portion of the assembly writer
|
||||
@ -367,5 +355,5 @@ bool SPUAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
|
||||
|
||||
// Force static initialization.
|
||||
extern "C" void LLVMInitializeCellSPUAsmPrinter() {
|
||||
RegisterAsmPrinter<LinuxAsmPrinter> X(TheCellSPUTarget);
|
||||
RegisterAsmPrinter<SPUAsmPrinter> X(TheCellSPUTarget);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user