[mips][msa] Make LSA_DESC a parameterizable class.
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.cpp
index a5ac2ab8bc485e65671a1b6928f67f30ffa24964..7757132fc6254b241b71f69cfc361e619d0fdca6 100644 (file)
@@ -621,12 +621,6 @@ void MipsAsmPrinter::EmitStartOfAsmFile(Module &M) {
   OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
 }
 
-void MipsAsmPrinter::EmitEndOfAsmFile(Module &M) {
-  // Emit Mips ELF register info
-  Subtarget->getMReginfo().emitMipsReginfoSectionCG(
-             OutStreamer, getObjFileLowering(), *Subtarget);
-}
-
 void MipsAsmPrinter::PrintDebugValueComment(const MachineInstr *MI,
                                            raw_ostream &OS) {
   // TODO: implement