summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
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/Target/PowerPC
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/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
index 7e74b816408..c7c65ca22c3 100644
--- a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
+++ b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
@@ -97,7 +97,7 @@ public:
uint64_t getBinaryCodeForInstr(const MCInst &MI,
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const;
- void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
+ void encodeInstruction(const MCInst &MI, raw_ostream &OS,
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const override {
// For fast-isel, a float COPY_TO_REGCLASS can survive this long.
OpenPOWER on IntegriCloud