Formatting.

llvm-svn: 180186
This commit is contained in:
Eric Christopher 2013-04-24 12:56:18 +00:00
parent 3fbee010c6
commit 4eb5eb5bc8
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ void DwarfDebug::beginModule() {
// If we're splitting the dwarf out now that we've got the entire
// CU then construct a skeleton CU based upon it.
if (useSplitDwarf()) {
// This should be a unique identifier when we want to build .dwp files.
// This should be a unique identifier when we want to build .dwp files.
CU->addUInt(CU->getCUDie(), dwarf::DW_AT_GNU_dwo_id,
dwarf::DW_FORM_data8, 0);
// Now construct the skeleton CU associated.