[llvm] 8dd17a1 - [NFCI][DebugInfo] Corrected a comment.

Sourabh Singh Tomar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 06:17:12 PST 2019


Author: Sourabh Singh Tomar
Date: 2019-12-03T19:45:37+05:30
New Revision: 8dd17a13b04f00c41bc72fdb12a552f2df26e516

URL: https://github.com/llvm/llvm-project/commit/8dd17a13b04f00c41bc72fdb12a552f2df26e516
DIFF: https://github.com/llvm/llvm-project/commit/8dd17a13b04f00c41bc72fdb12a552f2df26e516.diff

LOG: [NFCI][DebugInfo] Corrected a comment.

Added: 
    

Modified: 
    llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index e689c08acf29..a8fe6962dfca 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1208,10 +1208,10 @@ void DwarfDebug::endModule() {
   emitDebugStr();
 
   if (useSplitDwarf())
-    // Handles debug_loc.dwo / debug_loclists.dwo section emission
+    // Emit debug_loc.dwo/debug_loclists.dwo section.
     emitDebugLocDWO();
   else
-    // Handles debug_loc / debug_loclists section emission
+    // Emit debug_loc/debug_loclists section.
     emitDebugLoc();
 
   // Corresponding abbreviations into a abbrev section.


        


More information about the llvm-commits mailing list