DwarfLinker: Use DIEValueList instead of DIE, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:48:47 +0000 (20:48 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:48:47 +0000 (20:48 +0000)
commit401c02a7ed795645d25c5d0f2f740e6519e01f98
tree12cb5e1055f37128ca2295b9227a72b730509494
parent94404e8097e1a1b39e6e25f89ed5e7542d929ee2
DwarfLinker: Use DIEValueList instead of DIE, NFC

Use `DIEValueList` as a pointer to either `DIEBlock` or `DIELoc` instead
of `DIE`, since soon they won't inherit from the latter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243857 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/DwarfLinker.cpp