summaryrefslogtreecommitdiff
path: root/src/tests/common/multi_level_queue.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-01-28 07:43:19 -0500
committerGravatar Lioncash2019-01-28 07:43:23 -0500
commit3e1a9a45a6a1686e91768deef5f33afd5e55ed45 (patch)
tree4dfaba3c8ddab8a675674105f821e5c8577f57dc /src/tests/common/multi_level_queue.cpp
parentMerge pull request #2060 from lioncash/exception (diff)
downloadyuzu-3e1a9a45a6a1686e91768deef5f33afd5e55ed45.tar.gz
yuzu-3e1a9a45a6a1686e91768deef5f33afd5e55ed45.tar.xz
yuzu-3e1a9a45a6a1686e91768deef5f33afd5e55ed45.zip
shader/decode: Avoid a pessimizing std::move within DecodeRange()
std::moveing a local variable in a return statement has the potential to prevent copy elision from occurring, so this can just be converted into a regular return.
Diffstat (limited to 'src/tests/common/multi_level_queue.cpp')
0 files changed, 0 insertions, 0 deletions