diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-02 04:18:19 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-02 04:18:19 +0000 |
| commit | d0f993ae6861322be39e45429c390789b3607195 (patch) | |
| tree | 402c3cb62cc197dc46108cfba2ce964149f739d3 | |
| parent | 5faf0c00dcf9dadd5d8f875700c0b911a15827b7 (diff) | |
| download | bcm5719-llvm-d0f993ae6861322be39e45429c390789b3607195.tar.gz bcm5719-llvm-d0f993ae6861322be39e45429c390789b3607195.zip | |
Remove dead declarations.
llvm-svn: 196063
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonAsmPrinter.h | 6 | ||||
| -rw-r--r-- | llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h index bc2af636124..31d09c8d05c 100644 --- a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h +++ b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h @@ -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); diff --git a/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h b/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h index 3abe5d16682..04183dff5ab 100644 --- a/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h +++ b/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h @@ -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); |

