MC: Update MCCodeEmitter naming. NFC.
[oota-llvm.git] / include / llvm / MC / MCCodeEmitter.h
index ddf0f82e39e307783df09401f39825dc230bb63d..ac8588bdf59057f48fea1485484151a0f6186aeb 100644 (file)
@@ -35,7 +35,7 @@ public:
 
   /// EncodeInstruction - Encode the given \p Inst to bytes on the output
   /// stream \p OS.
-  virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
+  virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
                                  SmallVectorImpl<MCFixup> &Fixups,
                                  const MCSubtargetInfo &STI) const = 0;
 };