nir/lower_mediump: Fix assertion about copy_deref lowering matching.
authorEmma Anholt <emma@anholt.net>
Wed, 1 Mar 2023 19:02:28 +0000 (11:02 -0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 00:51:24 +0000 (00:51 +0000)
commit5873dcb32f64582cf0ae77774b36d26bfaed9250
tree591481640732845bd990f5ba3ce332fb89f27bf5
parent1fff56292971e5e030b7dc80e8610784ffaba231
nir/lower_mediump: Fix assertion about copy_deref lowering matching.

Copy and paste typo.  We shouldn't have copy_derefs during this pass,
anyway, but caught a failure with my upcoming unit testing.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21666>
src/compiler/nir/nir_lower_mediump.c