Fixes: af0de6b91c ("lima/ppir: implement discard and discard_if")
Reported-by: Coverity Scan
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
tags/19.2-branchpoint
| @@ -533,7 +533,7 @@ static void ppir_codegen_encode_branch(ppir_node *node, void *code) | |||
| return; | |||
| } | |||
| assert(node->op = ppir_op_branch); | |||
| assert(node->op == ppir_op_branch); | |||
| branch = ppir_node_to_branch(node); | |||
| b->branch.unknown_0 = 0x0; | |||