freedreno/ir3: drop unnecessary unreachable() case
It will still hit a compile_assert() in emit_tex, which has the advantage of dumping out the offending shader. Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
@@ -1954,8 +1954,6 @@ emit_instr(struct ir3_compile *ctx, nir_instr *instr)
|
||||
case nir_texop_query_levels:
|
||||
emit_tex_query_levels(ctx, tex);
|
||||
break;
|
||||
case nir_texop_samples_identical:
|
||||
unreachable("nir_texop_samples_identical");
|
||||
default:
|
||||
emit_tex(ctx, tex);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user