commit | da965defb86fdc9430d40c291e770a6219698de6 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Wed Jul 03 01:22:29 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Wed Jul 03 01:22:29 2013 +0000 |
tree | f8652133b2555bea5f08740f11993bdb84c240dc | |
parent | e4721495b68d770a529b6e1c6cc33655db29c0e2 [diff] [blame] |
Add a helpful comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185492 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index cc5997d..24e04f4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -456,6 +456,8 @@ DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first)); DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); } + + // Terminate the range list. DebugRangeSymbols.push_back(NULL); DebugRangeSymbols.push_back(NULL); return ScopeDIE;