diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-07-03 10:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 10:28:38 +0100 |
commit | 58d84a615e9180eeff583a9d30033ba21343550d (patch) | |
tree | c6990c37f80ecd1c3f1fcef64ea44bc4fb4c9fce /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 94d8231578272ead668bb95f8cb9c3ff5ee15aa6 (diff) | |
download | llvm-58d84a615e9180eeff583a9d30033ba21343550d.zip llvm-58d84a615e9180eeff583a9d30033ba21343550d.tar.gz llvm-58d84a615e9180eeff583a9d30033ba21343550d.tar.bz2 |
[lldb][DWARF][NFC] Reduce scope of ref_addr_size variable (#146557)
Follow-up to
https://github.com/llvm/llvm-project/pull/145645#discussion_r2174948997
There's no need for this variable to be declared at the function-level.
We reset it in all the cases where it's used anyway.
This patch just inlines the usage of the variable entirely.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions