diff options
author | Philip Reames <preames@rivosinc.com> | 2024-08-27 09:04:58 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2024-08-27 09:14:30 -0700 |
commit | d0a6434e86880f55e225ffa2e39c77f10aea1604 (patch) | |
tree | 43d46b2bf5f17e7ebb790792aa7836073b126589 /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | ef5ba2ede79f759ff8eaad222dca36aa5f1871c3 (diff) | |
download | llvm-d0a6434e86880f55e225ffa2e39c77f10aea1604.zip llvm-d0a6434e86880f55e225ffa2e39c77f10aea1604.tar.gz llvm-d0a6434e86880f55e225ffa2e39c77f10aea1604.tar.bz2 |
[SLP] Reduce scope of variable using if clause [NFC]
This particular variable name is shadowed by another lower in the
function, so reducing it's scope to it's single use removes the
shadowing and makes the code much less error prone.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
0 files changed, 0 insertions, 0 deletions