diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index de0b2b00a98..f3c7a2afb39 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1191,7 +1191,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,        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  | 

