lima: add missing break

Reviewed-by: Erico Nunes <nunes.erico@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5799>
This commit is contained in:
Timothy Arceri
2020-07-08 20:35:37 +10:00
committed by Marge Bot
parent 38218ab7e2
commit 81317e2c14
@@ -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))