[llvm] r219413 - Missing reformatting

David Blaikie dblaikie at gmail.com
Thu Oct 9 10:08:38 PDT 2014


Author: dblaikie
Date: Thu Oct  9 12:08:38 2014
New Revision: 219413

URL: http://llvm.org/viewvc/llvm-project?rev=219413&view=rev
Log:
Missing reformatting

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=219413&r1=219412&r2=219413&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp Thu Oct  9 12:08:38 2014
@@ -451,7 +451,7 @@ DwarfCompileUnit::constructInlinedScopeD
   // Add the call site information to the DIE.
   DILocation DL(Scope->getInlinedAt());
   addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
-               getOrCreateSourceID(DL.getFilename(), DL.getDirectory()));
+          getOrCreateSourceID(DL.getFilename(), DL.getDirectory()));
   addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, DL.getLineNumber());
 
   // Add name to the name table, we do this here because we're guaranteed





More information about the llvm-commits mailing list