mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 22:30:24 +01:00
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:
parent
6a49fcfb1f
commit
ab4efb19dc
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue