mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
i965: Mark fallthrough in switch statement.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
83c6749ddb
commit
61847d7708
1 changed files with 1 additions and 0 deletions
|
|
@ -2695,6 +2695,7 @@ brw_find_next_block_end(struct brw_codegen *p, int start_offset)
|
|||
*/
|
||||
if (!while_jumps_before_offset(devinfo, insn, offset, start_offset))
|
||||
continue;
|
||||
/* fallthrough */
|
||||
case BRW_OPCODE_ELSE:
|
||||
case BRW_OPCODE_HALT:
|
||||
if (depth == 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue