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:
parent
3192965fa3
commit
2f18f751ff
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user