summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-27 00:41:57 +0000
committerEric Christopher <echristo@gmail.com>2012-11-27 00:41:57 +0000
commit69e328e5bd51f3f9dc7598573e70c4562911f8b9 (patch)
treec1e83a825af5e1f9666ed75c596dd1f6ab4d893d /llvm/lib/CodeGen
parent4c9b119d64c5ab7a9ce8d57df6e5fc5ff9866a22 (diff)
downloadbcm5719-llvm-69e328e5bd51f3f9dc7598573e70c4562911f8b9.tar.gz
bcm5719-llvm-69e328e5bd51f3f9dc7598573e70c4562911f8b9.zip
Make comment names match function names.
llvm-svn: 168644
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index cf4be75b123..45bb6b91ead 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -350,7 +350,7 @@ private:
/// constructScopeDIE - Construct a DIE for this scope.
DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
- /// EmitSectionLabels - Emit initial Dwarf sections with a label at
+ /// emitSectionLabels - Emit initial Dwarf sections with a label at
/// the start of each one.
void emitSectionLabels();
@@ -382,7 +382,7 @@ private:
/// been left open.
void endSections();
- /// EmitDebugInfo - Emit the debug info section.
+ /// emitDebugInfo - Emit the debug info section.
///
void emitDebugInfo();
@@ -423,7 +423,7 @@ private:
///
void emitDebugLoc();
- /// EmitDebugARanges - Emit visible names into a debug aranges section.
+ /// emitDebugARanges - Emit visible names into a debug aranges section.
///
void emitDebugARanges();
OpenPOWER on IntegriCloud