summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-06 00:03:48 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-06 00:03:48 +0000
commit18e2fe47fa9a9a470c55837ed097bc07948b65aa (patch)
tree6c6fdc817c0ef96ee355d50d8f0d5f5b6843154b /llvm/lib/MC/ELFObjectWriter.cpp
parent56f326e7f20651e97152a543180b50dc9f75d5d0 (diff)
downloadbcm5719-llvm-18e2fe47fa9a9a470c55837ed097bc07948b65aa.tar.gz
bcm5719-llvm-18e2fe47fa9a9a470c55837ed097bc07948b65aa.zip
Switch MCAssembler to method names starting w/ lower-case.
per http://llvm.org/docs/CodingStandards.html#ll_naming llvm-svn: 145873
Diffstat (limited to 'llvm/lib/MC/ELFObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/ELFObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp
index bd28069a315..60b36385635 100644
--- a/llvm/lib/MC/ELFObjectWriter.cpp
+++ b/llvm/lib/MC/ELFObjectWriter.cpp
@@ -1072,7 +1072,7 @@ void ELFObjectWriter::WriteDataSectionData(MCAssembler &Asm,
WriteBytes(cast<MCDataFragment>(F).getContents().str());
}
} else {
- Asm.WriteSectionData(&SD, Layout);
+ Asm.writeSectionData(&SD, Layout);
}
}
OpenPOWER on IntegriCloud