summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-30 00:39:57 +0000
committerEric Christopher <echristo@gmail.com>2013-08-30 00:39:57 +0000
commitac8199bf608af1e233087bf9e2e8c981f1939fbf (patch)
tree34ae8c895dbbd7a1e5714e7597f3286b0a459c06 /llvm/lib/CodeGen/AsmPrinter
parent9dd9f036c6998389b6c5c1c326199572be5fd6cb (diff)
downloadbcm5719-llvm-ac8199bf608af1e233087bf9e2e8c981f1939fbf.tar.gz
bcm5719-llvm-ac8199bf608af1e233087bf9e2e8c981f1939fbf.zip
Reformat slightly.
llvm-svn: 189630
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1dc1b3f9992..86f17862718 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2545,15 +2545,15 @@ void DwarfDebug::emitDebugLoc() {
// Emit visible names into a debug aranges section.
void DwarfDebug::emitDebugARanges() {
// Start the dwarf aranges section.
- Asm->OutStreamer.SwitchSection(
- Asm->getObjFileLowering().getDwarfARangesSection());
+ Asm->OutStreamer
+ .SwitchSection(Asm->getObjFileLowering().getDwarfARangesSection());
}
// Emit visible names into a debug ranges section.
void DwarfDebug::emitDebugRanges() {
// Start the dwarf ranges section.
- Asm->OutStreamer.SwitchSection(
- Asm->getObjFileLowering().getDwarfRangesSection());
+ Asm->OutStreamer
+ .SwitchSection(Asm->getObjFileLowering().getDwarfRangesSection());
unsigned char Size = Asm->getDataLayout().getPointerSize();
for (SmallVectorImpl<const MCSymbol *>::iterator
I = DebugRangeSymbols.begin(), E = DebugRangeSymbols.end();
OpenPOWER on IntegriCloud