diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2020-01-23 09:24:00 +0700 |
---|---|---|
committer | Igor Kudrin <ikudrin@accesssoftek.com> | 2020-01-27 19:08:46 +0700 |
commit | 8f3d47c54ac21f99b25d8ad00598b7f5be00d6d8 (patch) | |
tree | d5c41e261e365d62587a300dc946f8583a5db844 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 548553eac7b5c9fafd63c56b0304f35c911dd9fc (diff) | |
download | llvm-8f3d47c54ac21f99b25d8ad00598b7f5be00d6d8.zip llvm-8f3d47c54ac21f99b25d8ad00598b7f5be00d6d8.tar.gz llvm-8f3d47c54ac21f99b25d8ad00598b7f5be00d6d8.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions