diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2025-08-13 10:09:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-13 07:09:13 +0000 |
commit | 8f3254aa4adc23f551b08f4f39e762d372cc77ad (patch) | |
tree | 05595630c1aa8f91daac34bbd20254c8874ab40e /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 2ae4e95dda5d9aebe888acd5c5d618fb3b45c7c6 (diff) | |
download | llvm-8f3254aa4adc23f551b08f4f39e762d372cc77ad.zip llvm-8f3254aa4adc23f551b08f4f39e762d372cc77ad.tar.gz llvm-8f3254aa4adc23f551b08f4f39e762d372cc77ad.tar.bz2 |
[TableGen][DecoderEmitter] Returns insn_t / std::vector<Islands> by value (NFC) (#153354)
The containers passed by reference are always empty on entry to the
functions that fill them. Return them by value instead and let the
compiler do the return value optimization.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions