[DWARF] DWARFDebugLoc::dumpRawEntry - remove dead stores. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 7 Jan 2021 12:23:01 +0000 (12:23 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 7 Jan 2021 12:53:28 +0000 (12:53 +0000)
commit028091195d763190d9b57ae316c8601fe223c02c
tree715ffebdcd84029e313594ecc80280091cddb76b
parent236129fb4460a4030eee685abc2f02b32458e775
[DWARF] DWARFDebugLoc::dumpRawEntry - remove dead stores. NFCI.

Don't bother zeroing local (unused) variables just before returning.

Fixes clang static analyzer warning.
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp