[llvm-commits] [llvm] r173698 - Fix comment.

Eric Christopher echristo at gmail.com
Mon Jan 28 09:33:27 PST 2013


Author: echristo
Date: Mon Jan 28 11:33:26 2013
New Revision: 173698

URL: http://llvm.org/viewvc/llvm-project?rev=173698&view=rev
Log:
Fix comment.

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

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=173698&r1=173697&r2=173698&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Mon Jan 28 11:33:26 2013
@@ -1191,7 +1191,7 @@ DwarfDebug::collectVariableInfo(const Ma
       continue;
     }
 
-    // handle multiple DBG_VALUE instructions describing one variable.
+    // Handle multiple DBG_VALUE instructions describing one variable.
     RegVar->setDotDebugLocOffset(DotDebugLocEntries.size());
 
     for (SmallVectorImpl<const MachineInstr*>::const_iterator





More information about the llvm-commits mailing list