diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-11-01 23:40:56 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-11-01 23:40:56 +0000 |
| commit | a3efae35f5b75a8b0b0a5bf82ec733663f6b664a (patch) | |
| tree | c980268e31d023a611e930cd70ca9b79fc14b2e5 /llvm/lib/Target/ARM | |
| parent | dd9fbaa9c02db522ce50b2b68ad6abb160450631 (diff) | |
| download | bcm5719-llvm-a3efae35f5b75a8b0b0a5bf82ec733663f6b664a.tar.gz bcm5719-llvm-a3efae35f5b75a8b0b0a5bf82ec733663f6b664a.zip | |
Remove unused function.
llvm-svn: 117977
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp index d22f9b01446..afebadc8189 100644 --- a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp +++ b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp @@ -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, |

