MC: Update MCCodeEmitter naming. NFC.
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index 5c78f5fc69b80890194c1e54552a7704ffd1f4ef..263d79adb08a78bf39d029cd6792bce59e0721b4 100644 (file)
@@ -445,7 +445,7 @@ void MCMachOStreamer::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.