summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-09 20:03:17 +0000
committerEric Christopher <echristo@gmail.com>2013-09-09 20:03:17 +0000
commit574793250890a55103c53f5ffaf6933db1e2e388 (patch)
tree019075a06ac6bd9fb35861308e0980ac947b8ac7 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent328a20471dde690712211ce2b00641fcc6a57e36 (diff)
downloadllvm-574793250890a55103c53f5ffaf6933db1e2e388.tar.gz
llvm-574793250890a55103c53f5ffaf6933db1e2e388.tar.bz2
llvm-574793250890a55103c53f5ffaf6933db1e2e388.tar.xz
Rename for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index afac39c522..c18fe37ccb 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -527,7 +527,7 @@ private:
void emitAccelTypes();
/// \brief Emit visible names into a debug pubnames section.
- void emitDebugPubnames();
+ void emitDebugPubNames();
/// \brief Emit visible types into a debug pubtypes section.
void emitDebugPubTypes();