mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +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:
parent
665814b6be
commit
a502423d1e
@ -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,
|
||||
SmallVectorImpl<MCFixup> &Fixups) const;
|
||||
};
|
||||
@ -144,13 +138,6 @@ MCCodeEmitter *llvm::createARMMCCodeEmitter(const Target &,
|
||||
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
|
||||
/// operand requires relocation, record the relocation and return zero.
|
||||
unsigned ARMMCCodeEmitter::getMachineOpValue(const MCInst &MI,
|
||||
|
Loading…
x
Reference in New Issue
Block a user