mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Remove dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66fa1dcf90
commit
916f96ace0
@ -472,19 +472,6 @@ static unsigned sizeOfImm(const TargetInstrDescriptor &Desc) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned sizeOfPtr(const TargetInstrDescriptor &Desc) {
|
|
||||||
switch (Desc.TSFlags & X86II::MemMask) {
|
|
||||||
case X86II::Mem8: return 1;
|
|
||||||
case X86II::Mem16: return 2;
|
|
||||||
case X86II::Mem32: return 4;
|
|
||||||
case X86II::Mem64: return 8;
|
|
||||||
case X86II::Mem80: return 10;
|
|
||||||
case X86II::Mem128: return 16;
|
|
||||||
default: assert(0 && "Memory size not set!");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void Emitter::emitInstruction(const MachineInstr &MI) {
|
void Emitter::emitInstruction(const MachineInstr &MI) {
|
||||||
NumEmitted++; // Keep track of the # of mi's emitted
|
NumEmitted++; // Keep track of the # of mi's emitted
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user