diff options
author | Nikita Popov <npopov@redhat.com> | 2022-03-31 16:09:34 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-03-31 16:13:13 +0200 |
commit | 33ac23e7cf8fa8422550f83ff1734f941f19dc6c (patch) | |
tree | 8f9883274316c00c968a83dabd50b80eb25dc76a /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | f66975555fec57e55f3d72d06d8bc83472cd2c1e (diff) | |
download | llvm-33ac23e7cf8fa8422550f83ff1734f941f19dc6c.zip llvm-33ac23e7cf8fa8422550f83ff1734f941f19dc6c.tar.gz llvm-33ac23e7cf8fa8422550f83ff1734f941f19dc6c.tar.bz2 |
[Float2Int] Avoid unnecessary lamdbas (NFC)
Instead of first creating a lambda for calculating the range,
then collecting the ranges for the operands, and then calling the
lambda on those ranges, we can first calculate the operand ranges
and then calculate the result directly in the switch.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions