summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2015-05-15 19:13:16 +0000
committerJim Grosbach <grosbach@apple.com>2015-05-15 19:13:16 +0000
commit91df21f740f96e7128f24fc9be575ecfb3c57b03 (patch)
treefee4620504a94e40819ed2645429da1a6fea9c4e /llvm/lib/MC/WinCOFFStreamer.cpp
parent63661f8d7334ace4a8f830dab053a13384e3b154 (diff)
downloadbcm5719-llvm-91df21f740f96e7128f24fc9be575ecfb3c57b03.tar.gz
bcm5719-llvm-91df21f740f96e7128f24fc9be575ecfb3c57b03.zip
MC: Update MCCodeEmitter naming. NFC.
s/EncodeInstruction/encodeInstruction/ llvm-svn: 237469
Diffstat (limited to 'llvm/lib/MC/WinCOFFStreamer.cpp')
-rw-r--r--llvm/lib/MC/WinCOFFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFStreamer.cpp b/llvm/lib/MC/WinCOFFStreamer.cpp
index 5b06f8cc054..e0300af3c90 100644
--- a/llvm/lib/MC/WinCOFFStreamer.cpp
+++ b/llvm/lib/MC/WinCOFFStreamer.cpp
@@ -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.
OpenPOWER on IntegriCloud