[DWARF][Verifier][NFC] Use reference to DWARFAddressRangesVector to avoid copying.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Thu, 19 Aug 2021 11:19:07 +0000 (14:19 +0300)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Thu, 19 Aug 2021 13:23:05 +0000 (16:23 +0300)
commitab9d506be36eb48f60d982ecbf8636f4b43a3399
treec01d183cfd9a448af7e43e0725397c3d2036896c
parent2d60fdd7aad1ec61a6c8a07afc7f8c867255e69e
[DWARF][Verifier][NFC] Use reference to DWARFAddressRangesVector to avoid copying.

Avoid copying while access to RangesOrError.get().
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp