[llvm] r196063 - Remove dead declarations.

Rafael Espindola rafael.espindola at gmail.com
Sun Dec 1 20:18:19 PST 2013


Author: rafael
Date: Sun Dec  1 22:18:19 2013
New Revision: 196063

URL: http://llvm.org/viewvc/llvm-project?rev=196063&view=rev
Log:
Remove dead declarations.

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.h
    llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.h

Modified: llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.h?rev=196063&r1=196062&r2=196063&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.h (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonAsmPrinter.h Sun Dec  1 22:18:19 2013
@@ -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);
 

Modified: llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.h?rev=196063&r1=196062&r2=196063&view=diff
==============================================================================
--- llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.h (original)
+++ llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.h Sun Dec  1 22:18:19 2013
@@ -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);





More information about the llvm-commits mailing list