Update comment.

llvm-svn: 196431
This commit is contained in:
Eric Christopher 2013-12-04 23:24:38 +00:00
parent 5d008fed55
commit ad10cb51e3
1 changed files with 2 additions and 1 deletions

View File

@ -1054,7 +1054,8 @@ void DwarfDebug::finalizeModuleInfo() {
// Attach DW_AT_inline attribute with inlined subprogram DIEs.
computeInlinedDIEs();
// Handle anything that needs to be done on a per-cu basis.
// Handle anything that needs to be done on a per-unit basis after
// all other generation.
for (SmallVectorImpl<Unit *>::const_iterator I = getUnits().begin(),
E = getUnits().end();
I != E; ++I) {