lima: add missing break
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 8 Jul 2020 10:35:37 +0000 (20:35 +1000)
committerMarge Bot <eric+marge@anholt.net>
Fri, 10 Jul 2020 00:32:51 +0000 (00:32 +0000)
Reviewed-by: Erico Nunes <nunes.erico@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5799>

src/gallium/drivers/lima/ir/pp/node_to_instr.c

index 52632c8..efbde11 100644 (file)
@@ -197,6 +197,7 @@ static bool ppir_do_one_node_to_instr(ppir_block *block, ppir_node *node)
             return false;
          break;
       }
+      break;
    }
    case ppir_node_type_discard:
       if (!create_new_instr(block, node))