pan/midgard: Mark fallthrough explicitly

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-08-21 09:20:17 -07:00
parent ed58fd63b4
commit 14a2032f0f

View file

@ -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: {