summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.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/WinCOFFObjectWriter.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/WinCOFFObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/WinCOFFObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFObjectWriter.cpp b/llvm/lib/MC/WinCOFFObjectWriter.cpp
index 4d3b59c92ac..4052374c963 100644
--- a/llvm/lib/MC/WinCOFFObjectWriter.cpp
+++ b/llvm/lib/MC/WinCOFFObjectWriter.cpp
@@ -850,7 +850,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm,
assert(OS.tell() == (*i)->Header.PointerToRawData &&
"Section::PointerToRawData is insane!");
- Asm.WriteSectionData(j, Layout);
+ Asm.writeSectionData(j, Layout);
}
if ((*i)->Relocations.size() > 0) {
OpenPOWER on IntegriCloud