diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsAsmPrinter.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsAsmPrinter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.h b/llvm/lib/Target/Mips/MipsAsmPrinter.h index a73fcc1b3d3..16461ff1fbb 100644 --- a/llvm/lib/Target/Mips/MipsAsmPrinter.h +++ b/llvm/lib/Target/Mips/MipsAsmPrinter.h @@ -39,10 +39,6 @@ public: return "Mips Assembly Printer"; } - // These two methods are autogen'd by tablegen. - void printInstruction(const MachineInstr *MI, raw_ostream &O); - static const char *getRegisterName(unsigned RegNo); - void EmitInstruction(const MachineInstr *MI); void printSavedRegsBitmask(raw_ostream &O); void printHex32(unsigned int Value, raw_ostream &O); |

