Remove unused function.
authorJim Grosbach <grosbach@apple.com>
Mon, 1 Nov 2010 23:40:56 +0000 (23:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 1 Nov 2010 23:40:56 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117977 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMMCCodeEmitter.cpp

index d22f9b0144674235d5c9b0868fa1c10a059ea7c0..afebadc8189375555e9d7745ea3a858469a38a67 100644 (file)
@@ -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,