broadcom/compiler: use correct flag enum

They have the same value, so no functional change

Reviewed-by: Iago Torral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11764>
This commit is contained in:
Thomas H.P. Andersen 2021-07-07 16:48:03 +02:00 committed by Marge Bot
parent 91dcbf1f56
commit 458801e2c3

View file

@ -868,9 +868,9 @@ qpu_convert_add_to_mul(struct v3d_qpu_instr *inst)
inst->flags.mc = inst->flags.ac;
inst->flags.mpf = inst->flags.apf;
inst->flags.muf = inst->flags.auf;
inst->flags.ac = V3D_QPU_PF_NONE;
inst->flags.ac = V3D_QPU_COND_NONE;
inst->flags.apf = V3D_QPU_PF_NONE;
inst->flags.auf = V3D_QPU_PF_NONE;
inst->flags.auf = V3D_QPU_UF_NONE;
}
static bool