[Mesa-dev] [PATCH v3 078/104] nir: Remove deref chain support from lower_alpha_test
Jason Ekstrand
jason at jlekstrand.net
Tue Apr 3 18:38:40 UTC 2018
---
src/compiler/nir/nir_lower_alpha_test.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/compiler/nir/nir_lower_alpha_test.c b/src/compiler/nir/nir_lower_alpha_test.c
index 776655a..ddd8157 100644
--- a/src/compiler/nir/nir_lower_alpha_test.c
+++ b/src/compiler/nir/nir_lower_alpha_test.c
@@ -55,9 +55,6 @@ nir_lower_alpha_test(nir_shader *shader, enum compare_func func,
nir_variable *out = NULL;
switch (intr->intrinsic) {
- case nir_intrinsic_store_var:
- out = intr->variables[0]->var;
- break;
case nir_intrinsic_store_deref:
out = nir_deref_instr_get_variable(nir_src_as_deref(intr->src[0]));
break;
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list