nv/codegen: Change copy-constructor call to assign
authorM Henning <drawoc@darkrefraction.com>
Sat, 19 Aug 2023 19:46:14 +0000 (15:46 -0400)
committerM Henning <drawoc@darkrefraction.com>
Sat, 26 Aug 2023 15:03:48 +0000 (11:03 -0400)
commit932d7fe4cd454bfdb4a2315f88a38eaa5ec0d49a
tree889d65379f11a0ac0faabe385686c53648321a82
parent5ce6e09ffc7c6089bac288f6d5d1e50d379386d8
nv/codegen: Change copy-constructor call to assign

This almost certainly intends to call the user-definied assignment
operator here instead of the automatically generated copy constructor.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24904>
src/nouveau/codegen/nv50_ir_peephole.cpp