mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
aco: fix missing break in label_instruction()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5129>
This commit is contained in:
parent
22554e1fbc
commit
1ad9a8a884
1 changed files with 1 additions and 0 deletions
|
|
@ -1073,6 +1073,7 @@ void label_instruction(opt_ctx &ctx, Block& block, aco_ptr<Instruction>& instr)
|
|||
else
|
||||
ctx.info[instr->definitions[0].tempId()].set_literal(v);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case aco_opcode::v_mul_f32: { /* omod */
|
||||
/* TODO: try to move the negate/abs modifier to the consumer instead */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue