Conor McCarthy (@cmccarthy) commented about libs/vkd3d-shader/ir.c:
break; case STRUCTURE_TYPE_LOOP:
if ((ret = vsir_cfg_structure_list_emit_loop(cfg, &structure->u.loop, loop_idx)) < 0)
if ((ret = vsir_cfg_structure_list_emit_loop(cfg, &structure->u.loop,
loop_idx)) < 0)
Unrelated (accidental?) change.