remove the AsmPrinter::printMCInst hook hack now that
we have MCInstPrinter.
llvm-svn: 82006
diff --git a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
index 12c3d11..33042dc 100644
--- a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
+++ b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
@@ -63,8 +63,7 @@
void printInstructionThroughMCStreamer(const MachineInstr *MI);
- // FIXME: REMOVE.
- virtual void printMCInst(const MCInst *MI);
+ void printMCInst(const MCInst *MI);
void printSymbolOperand(const MachineOperand &MO);