1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Igor Kudrin 70ab7c2444 [DWARF] Do not pass Version to DWARFExpression. NFCI.
The Version was used only to determine the size of an operand of
DW_OP_call_ref. The size was 4 for all versions apart from 2, but
the DW_OP_call_ref operation was introduced only in DWARF3. Thus,
the code may be simplified and using of Version may be eliminated.

Differential Revision: https://reviews.llvm.org/D73264
2020-01-27 19:08:46 +07:00
..
2019-08-15 10:55:25 +00:00
2020-01-17 19:04:06 -05:00
2020-01-17 19:04:06 -05:00
2019-06-19 07:39:53 +00:00
2020-01-17 19:04:06 -05:00