summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-12-16 23:42:31 +0000
committerEric Christopher <echristo@apple.com>2011-12-16 23:42:31 +0000
commit365d083585bd58734221379d6475402bd0b0fd2e (patch)
tree410715c245d6f2418a7372a75da6879850bc42e7
parentcd88813dbfbb9d3e57803d17f702e65af94979e4 (diff)
downloadbcm5719-llvm-365d083585bd58734221379d6475402bd0b0fd2e.tar.gz
bcm5719-llvm-365d083585bd58734221379d6475402bd0b0fd2e.zip
Extraneous whitespace and 80-col.
llvm-svn: 146780
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index a3db96aee1f..94ce04a92d4 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -449,8 +449,6 @@ DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU,
return ScopeDIE;
}
-
-
/// constructScopeDIE - Construct a DIE for this scope.
DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) {
if (!Scope || !Scope->getScopeNode())
@@ -1055,7 +1053,8 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
}
// The value is valid until the next DBG_VALUE or clobber.
- DotDebugLocEntries.push_back(getDebugLocEntry(Asm, FLabel, SLabel, Begin));
+ DotDebugLocEntries.push_back(getDebugLocEntry(Asm, FLabel, SLabel,
+ Begin));
}
DotDebugLocEntries.push_back(DotDebugLocEntry());
}
OpenPOWER on IntegriCloud