Add a helpful comment.
authorEric Christopher <echristo@gmail.com>
Wed, 3 Jul 2013 01:22:29 +0000 (01:22 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 3 Jul 2013 01:22:29 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185492 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index cc5997d018f670dca3def191d315dc2e13d38c54..24e04f49caf7069b019515066c6c1a79c7a59779 100644 (file)
@@ -456,6 +456,8 @@ DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU,
       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;