From: Alyssa Rosenzweig Date: Wed, 21 Aug 2019 16:20:17 +0000 (-0700) Subject: pan/midgard: Mark fallthrough explicitly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14a2032f0f68dff8512fc160b795e2c2fa1bdb76;p=mesa.git pan/midgard: Mark fallthrough explicitly Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c index 557e6833947..aacd8e19989 100644 --- a/src/panfrost/midgard/midgard_compile.c +++ b/src/panfrost/midgard/midgard_compile.c @@ -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: {