From dba26ca39c08c4e30cb96cf16618012efd90bce2 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 4 Oct 2014 16:00:26 +0000 Subject: [PATCH] Reformatting accidentally left out of r219057 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219059 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index 4184a0f021a..32718b2cd27 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -50,7 +50,8 @@ void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, : 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 // compile units. Thus all files will belong to the default compile unit.