diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-07-18 14:31:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-18 14:31:12 +0100 |
commit | 03b7766dba2f63ee7c9e67f915ea8394f6426f9a (patch) | |
tree | 42758f6fdab76b1db3503ca755bf087c1cc26613 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 311847be4ca911e191c67245799fafe2e4d8ba73 (diff) | |
download | llvm-03b7766dba2f63ee7c9e67f915ea8394f6426f9a.zip llvm-03b7766dba2f63ee7c9e67f915ea8394f6426f9a.tar.gz llvm-03b7766dba2f63ee7c9e67f915ea8394f6426f9a.tar.bz2 |
[lldb][Expression][NFC] Make LoadAddressResolver::m_target a reference (#149490)
The only place that passes a target to `LoadAddressResolver` already
checks for pointer validity. And inside of the resolver we have been
dereferencing the target anyway without nullptr checks. So codify the
non-nullness of `m_target` by making it a reference.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions