aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-24 23:11:08 +0000
committerMike Stump <mrs@apple.com>2009-09-24 23:11:08 +0000
commitee4b8a7781b3398be82851cec9f098ebda7b5c2f (patch)
treeae833b3c2b264fa641bd5e2dabcac03536cbe044 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent528700863adefca8de461ce28a7d903729fb96b4 (diff)
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 33273f17a3..06ee6272a2 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1226,7 +1226,7 @@ DIE *DwarfDebug::CreateDbgScopeVariable(DbgVariable *DV, CompileUnit *Unit) {
RI->getFrameIndexOffset(*MF, DV->getFrameIndex()));
if (VD.isBlockByrefVariable())
- AddBlockByrefAddress (DV, VariableDie, dwarf::DW_AT_location, Location);
+ AddBlockByrefAddress(DV, VariableDie, dwarf::DW_AT_location, Location);
else
AddAddress(VariableDie, dwarf::DW_AT_location, Location);
}