[DWARF] Simplify DWARFExpression. NFC.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Thu, 23 Jan 2020 11:13:30 +0000 (18:13 +0700)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Mon, 27 Jan 2020 12:08:46 +0000 (19:08 +0700)
commit548553eac7b5c9fafd63c56b0304f35c911dd9fc
tree48567d0f062226aa17238a299bdfcc675068efcc
parent36a8f7f6d8f5a9620b1a091e54abacb517ecfbba
[DWARF] Simplify DWARFExpression. NFC.

As DataExtractor already has a method to extract an unsigned value of
a specified size, there is no need to duplicate that.

Differential Revision: https://reviews.llvm.org/D73263
llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp