mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 21:50:26 +01:00
pan/midgard: Mark fallthrough explicitly
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
ed58fd63b4
commit
14a2032f0f
1 changed files with 1 additions and 0 deletions
|
|
@ -891,6 +891,7 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
|
|||
* operand (the second argument) */
|
||||
|
||||
sext_2 = true;
|
||||
/* fallthrough */
|
||||
case nir_op_u2u8:
|
||||
case nir_op_u2u16:
|
||||
case nir_op_u2u32: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue