aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
diff options
context:
space:
mode:
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>2025-09-18 10:33:51 -0700
committerGitHub <noreply@github.com>2025-09-18 10:33:51 -0700
commit113357f1a8feb0bfa337bb8a0b9d1d6eaa2d4f0f (patch)
tree555eea7f15cee81ca21d7c821f5981ff344f9dec /llvm/lib/Transforms/Utils/LoopUtils.cpp
parentc3383d74a735decd70088f382466b4a7d699f948 (diff)
downloadllvm-113357f1a8feb0bfa337bb8a0b9d1d6eaa2d4f0f.zip
llvm-113357f1a8feb0bfa337bb8a0b9d1d6eaa2d4f0f.tar.gz
llvm-113357f1a8feb0bfa337bb8a0b9d1d6eaa2d4f0f.tar.bz2
[lldb][nfc] Remove no-op calls to Fix*Address (#159586)
The first call, in InitializeNonZerothFrame, is inside a logging branch. For that, it's better to log the real value instead of the fixed one. The second call, inside RegisterContextUnwind::ReadFrameAddress, is computing an address which is then passed to ReadRegisterValueFromMemory, which boils down to a Process::ReadMemory, which fixes the address if it wants to. The current variable names are misleading, making readers believe it is the cfa value itself that is being passed to Fix*Address; that's not the case. This commit renames the variable to make this abundantly clear.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions