MC: Update MCCodeEmitter naming. NFC.
[oota-llvm.git] / lib / MC / WinCOFFStreamer.cpp
index 5b06f8cc0543a9f5db420f48c28a003fc71e8fe4..e0300af3c908f6f479a9c6a73e47c66fc772da66 100644 (file)
@@ -49,7 +49,7 @@ void MCWinCOFFStreamer::EmitInstToData(const MCInst &Inst,
   SmallVector<MCFixup, 4> Fixups;
   SmallString<256> Code;
   raw_svector_ostream VecOS(Code);
-  getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
+  getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI);
   VecOS.flush();
 
   // Add the fixups and data.