mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Remove dead declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae289dd322
commit
a9f21604b4
@ -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