1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove dead declarations.

llvm-svn: 196063
This commit is contained in:
Rafael Espindola 2013-12-02 04:18:19 +00:00
parent 3192965fa3
commit 2f18f751ff
2 changed files with 0 additions and 8 deletions

View 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);

View 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);