[llvm-commits] [llvm] r168644 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Eric Christopher echristo at gmail.com
Mon Nov 26 16:41:57 PST 2012


Author: echristo
Date: Mon Nov 26 18:41:57 2012
New Revision: 168644

URL: http://llvm.org/viewvc/llvm-project?rev=168644&view=rev
Log:
Make comment names match function names.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=168644&r1=168643&r2=168644&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Mon Nov 26 18:41:57 2012
@@ -350,7 +350,7 @@
   /// 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 @@
   /// been left open.
   void endSections();
 
-  /// EmitDebugInfo - Emit the debug info section.
+  /// emitDebugInfo - Emit the debug info section.
   ///
   void emitDebugInfo();
 
@@ -423,7 +423,7 @@
   ///
   void emitDebugLoc();
 
-  /// EmitDebugARanges - Emit visible names into a debug aranges section.
+  /// emitDebugARanges - Emit visible names into a debug aranges section.
   ///
   void emitDebugARanges();
 





More information about the llvm-commits mailing list