diff options
author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | 2024-08-27 16:44:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 16:44:50 +0100 |
commit | ae58cc0e9993db13e5256c21ae5e971b2974968f (patch) | |
tree | 012f6ca411b708422668a8e278f06859c21c96a1 /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | 0359b9a2306566a872cede1fcdaa4edc34e9398e (diff) | |
download | llvm-ae58cc0e9993db13e5256c21ae5e971b2974968f.zip llvm-ae58cc0e9993db13e5256c21ae5e971b2974968f.tar.gz llvm-ae58cc0e9993db13e5256c21ae5e971b2974968f.tar.bz2 |
IVDescriptors: clarify getSCEV use in a function (NFC) (#106222)
getSCEV will assert unless the operand is SCEVable. Replace an instance
of the implementation of ScalarEvolution::isSCEVable (which checks that
the operand is either integer or pointer type) with a call to the
function, to make it clear that the subsequent use of getSCEV will not
fail.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
0 files changed, 0 insertions, 0 deletions