mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 08:30:10 +01:00
i965/fs: Mark case unreachable to silence warning.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
3d826729da
commit
fcac7020cf
1 changed files with 2 additions and 0 deletions
|
|
@ -1441,6 +1441,8 @@ fs_visitor::emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate,
|
|||
else
|
||||
opcode = SHADER_OPCODE_TG4;
|
||||
break;
|
||||
default:
|
||||
unreachable("not reached");
|
||||
}
|
||||
fs_inst *inst = emit(opcode, dst, src_payload);
|
||||
inst->base_mrf = -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue