diff options
author | Eric Christopher <echristo@gmail.com> | 2013-12-04 23:24:38 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-12-04 23:24:38 +0000 |
commit | ad10cb51e3b6d99d42338ca3e4168b7116a8aa16 (patch) | |
tree | ce7d8f2f365daac65aa290ccb73723b053fcc285 | |
parent | 5d008fed55123ec89307edce7162ea993f6c6322 (diff) | |
download | bcm5719-llvm-ad10cb51e3b6d99d42338ca3e4168b7116a8aa16.tar.gz bcm5719-llvm-ad10cb51e3b6d99d42338ca3e4168b7116a8aa16.zip |
Update comment.
llvm-svn: 196431
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 8c9b90ddcba..3e4b38569d5 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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) { |