summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-12 17:53:25 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-12 17:53:25 +0000
commitfeeae27ad9afc62c4124dc57bd79862b9713d922 (patch)
treea83d038400b995a2bcd5cff583b5f2c4b9952917 /llvm/lib
parent17c0eac8794f9710ae568a46990f57901bbc5fff (diff)
downloadbcm5719-llvm-feeae27ad9afc62c4124dc57bd79862b9713d922.tar.gz
bcm5719-llvm-feeae27ad9afc62c4124dc57bd79862b9713d922.zip
Nuke unused wrapper function.
llvm-svn: 116318
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
index 27ed5511134..1c4ad264c24 100644
--- a/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMMCCodeEmitter.cpp
@@ -48,9 +48,6 @@ public:
/// getMachineOpValue - Return binary encoding of operand. If the machine
/// operand requires relocation, record the relocation and return zero.
unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO) const;
- unsigned getMachineOpValue(const MCInst &MI, unsigned OpIdx) const {
- return getMachineOpValue(MI, MI.getOperand(OpIdx));
- }
unsigned getNumFixupKinds() const {
assert(0 && "ARMMCCodeEmitter::getNumFixupKinds() not yet implemented.");
OpenPOWER on IntegriCloud