aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-01 23:40:56 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-01 23:40:56 +0000
commita502423d1e4db0376ab3e1e45a7e9df79cc43952 (patch)
tree1093afe0e15953d618a190375985c1a7ba001a3f
parent665814b6be3e44fdb84bcf1b7e5c933b60fbf280 (diff)
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117977 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMMCCodeEmitter.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Target/ARM/ARMMCCodeEmitter.cpp b/lib/Target/ARM/ARMMCCodeEmitter.cpp
index d22f9b0144..afebadc818 100644
--- a/lib/Target/ARM/ARMMCCodeEmitter.cpp
+++ b/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,