diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-05-19 18:37:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 18:37:49 -0700 |
commit | df0358f36b69689b8d502efd08cb8422cf170600 (patch) | |
tree | ddec823ce151f25ff78016ad8db5cddbb3fdf010 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | ae46353f5f47695ef448f558df5e5cdd48159266 (diff) | |
download | llvm-df0358f36b69689b8d502efd08cb8422cf170600.zip llvm-df0358f36b69689b8d502efd08cb8422cf170600.tar.gz llvm-df0358f36b69689b8d502efd08cb8422cf170600.tar.bz2 |
[lldb-dap] Remove spurious move (NFC) (#140641)
getArgumentsIfRequest is returning a local variable by value. Using
std::move is not needed and may inhibit copy elision. Also fixes the
braces around a single-line if.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions