Reformatting accidentally left out of r219057

llvm-svn: 219059
This commit is contained in:
David Blaikie 2014-10-04 16:00:26 +00:00
parent 14499a7d68
commit 8945219dc9
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
: new (DIEValueAllocator) DIEInteger(0)); : new (DIEValueAllocator) DIEInteger(0));
} }
unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) { unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
StringRef DirName) {
// If we print assembly, we can't separate .file entries according to // If we print assembly, we can't separate .file entries according to
// compile units. Thus all files will belong to the default compile unit. // compile units. Thus all files will belong to the default compile unit.