nir: Switch to using 1-bit Booleans for almost everything
[mesa.git] / src / compiler / nir / nir_opt_undef.c
index e42a9af2bdf1439714c747e81fff667728c25a8a..c26158dab7ebed001cfebe6d5ecd58454af362cd 100644 (file)
@@ -112,7 +112,6 @@ opt_undef_store(nir_intrinsic_instr *intrin)
    case nir_intrinsic_store_deref:
       arg_index = 1;
       break;
-   case nir_intrinsic_store_var:
    case nir_intrinsic_store_output:
    case nir_intrinsic_store_per_vertex_output:
    case nir_intrinsic_store_ssbo: