[llvm] r207050 - More formatting...
David Blaikie
dblaikie at gmail.com
Wed Apr 23 16:38:39 PDT 2014
Author: dblaikie
Date: Wed Apr 23 18:38:39 2014
New Revision: 207050
URL: http://llvm.org/viewvc/llvm-project?rev=207050&view=rev
Log:
More formatting...
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=207050&r1=207049&r2=207050&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Apr 23 18:38:39 2014
@@ -261,7 +261,8 @@ static bool SectionSort(const MCSection
// TODO: Determine whether or not we should add names for programs
// that do not have a DW_AT_name or DW_AT_linkage_name field - this
// is only slightly different than the lookup of non-standard ObjC names.
-void DwarfDebug::addSubprogramNames(DwarfUnit &TheU, DISubprogram SP, DIE *Die) {
+void DwarfDebug::addSubprogramNames(DwarfUnit &TheU, DISubprogram SP,
+ DIE *Die) {
if (!SP.isDefinition())
return;
addAccelName(SP.getName(), Die);
More information about the llvm-commits
mailing list