summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-01 16:13:29 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-01 16:13:29 +0000
commit7f1f8742ea0fd5c5754388ff4c4e822c6331e78f (patch)
treefd6fbe02d96808fdc935111ba2d6bc77832518f9 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parente12ab1276d6fa9221fb4bbc9556493aad9b51a0f (diff)
downloadbcm5719-llvm-7f1f8742ea0fd5c5754388ff4c4e822c6331e78f.tar.gz
bcm5719-llvm-7f1f8742ea0fd5c5754388ff4c4e822c6331e78f.zip
Cleanup remaining use of removed variable to fix the build
llvm-svn: 205323
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 7cb2567db26..f5847a0b925 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -184,7 +184,7 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
DwarfInfoSectionSym = DwarfAbbrevSectionSym = DwarfStrSectionSym = 0;
DwarfDebugRangeSectionSym = DwarfDebugLocSectionSym = DwarfLineSectionSym = 0;
- DwarfAddrSectionSym = DwarfDebugLocDWOSectionSym = 0;
+ DwarfAddrSectionSym = 0;
DwarfAbbrevDWOSectionSym = DwarfStrDWOSectionSym = 0;
FunctionBeginSym = FunctionEndSym = 0;
CurFn = 0;
OpenPOWER on IntegriCloud