[llvm] r219059 - Reformatting accidentally left out of r219057
David Blaikie
dblaikie at gmail.com
Sat Oct 4 09:00:26 PDT 2014
Author: dblaikie
Date: Sat Oct 4 11:00:26 2014
New Revision: 219059
URL: http://llvm.org/viewvc/llvm-project?rev=219059&view=rev
Log:
Reformatting accidentally left out of r219057
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp?rev=219059&r1=219058&r2=219059&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp Sat Oct 4 11:00:26 2014
@@ -50,7 +50,8 @@ void DwarfCompileUnit::addLocalLabelAddr
: 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.
More information about the llvm-commits
mailing list