Nuke unused wrapper function.
authorJim Grosbach <grosbach@apple.com>
Tue, 12 Oct 2010 17:53:25 +0000 (17:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 12 Oct 2010 17:53:25 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116318 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMMCCodeEmitter.cpp

index 27ed5511134eb9dd4d69ae5f03ddc94bfdf95c91..1c4ad264c24963cdf273b93300e1178ac2335717 100644 (file)
@@ -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.");