diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-21 09:20:17 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-21 10:38:31 -0700 |
commit | 14a2032f0f68dff8512fc160b795e2c2fa1bdb76 (patch) | |
tree | c50edd46566db5a850bdf15b6a64b9cd0a2f295a /src | |
parent | ed58fd63b4895a24f9b75fe39de992a978b86bed (diff) |
pan/midgard: Mark fallthrough explicitly
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/panfrost/midgard/midgard_compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: { |