mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -126,12 +126,6 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void EmitImmediate(const MCOperand &Disp,
|
|
||||||
unsigned ImmSize, MCFixupKind FixupKind,
|
|
||||||
unsigned &CurByte, raw_ostream &OS,
|
|
||||||
SmallVectorImpl<MCFixup> &Fixups,
|
|
||||||
int ImmOffset = 0) const;
|
|
||||||
|
|
||||||
void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
||||||
SmallVectorImpl<MCFixup> &Fixups) const;
|
SmallVectorImpl<MCFixup> &Fixups) const;
|
||||||
};
|
};
|
||||||
@@ -144,13 +138,6 @@ MCCodeEmitter *llvm::createARMMCCodeEmitter(const Target &,
|
|||||||
return new ARMMCCodeEmitter(TM, Ctx);
|
return new ARMMCCodeEmitter(TM, Ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARMMCCodeEmitter::
|
|
||||||
EmitImmediate(const MCOperand &DispOp, unsigned Size, MCFixupKind FixupKind,
|
|
||||||
unsigned &CurByte, raw_ostream &OS,
|
|
||||||
SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const {
|
|
||||||
assert(0 && "ARMMCCodeEmitter::EmitImmediate() not yet implemented.");
|
|
||||||
}
|
|
||||||
|
|
||||||
/// getMachineOpValue - Return binary encoding of operand. If the machine
|
/// getMachineOpValue - Return binary encoding of operand. If the machine
|
||||||
/// operand requires relocation, record the relocation and return zero.
|
/// operand requires relocation, record the relocation and return zero.
|
||||||
unsigned ARMMCCodeEmitter::getMachineOpValue(const MCInst &MI,
|
unsigned ARMMCCodeEmitter::getMachineOpValue(const MCInst &MI,
|
||||||
|
Reference in New Issue
Block a user