Remove dead declarations.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Dec 2013 04:18:19 +0000 (04:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Dec 2013 04:18:19 +0000 (04:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196063 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/NVPTX/NVPTXAsmPrinter.h

index bc2af636124c8e3144b7ab7cbf948fca63e9484c..31d09c8d05c474f2208469a195854c57f9440b69 100644 (file)
@@ -48,12 +48,6 @@ namespace llvm {
                                unsigned AsmVariant, const char *ExtraCode,
                                raw_ostream &OS);
 
-    /// printInstruction - This method is automatically generated by tablegen
-    /// from the instruction set description.  This method returns true if the
-    /// machine instruction was sufficiently described to print it, otherwise it
-    /// returns false.
-    void printInstruction(const MachineInstr *MI, raw_ostream &O);
-
     //    void printMachineInstruction(const MachineInstr *MI);
     void printOp(const MachineOperand &MO, raw_ostream &O);
 
index 3abe5d166826b855afb9790928d0f2c5b4b1112a..04183dff5abb96a09a7f139f037fd7f76541fa1c 100644 (file)
@@ -204,8 +204,6 @@ private:
   void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
                        const char *Modifier = 0);
   void printImplicitDef(const MachineInstr *MI, raw_ostream &O) const;
-  // definition autogenerated.
-  void printInstruction(const MachineInstr *MI, raw_ostream &O);
   void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
                           bool = false);
   void printParamName(int paramIndex, raw_ostream &O);