mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 01:10:32 +01:00
nir: remove extra semicolon
Reviewed-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
parent
5da809d70f
commit
5f7b8fa481
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ lower_instr(nir_intrinsic_instr *instr, nir_function_impl *impl)
|
|||
}
|
||||
|
||||
new_instr->src[0].is_ssa = true;
|
||||
new_instr->src[0].ssa = offset_def;;
|
||||
new_instr->src[0].ssa = offset_def;
|
||||
|
||||
if (instr->dest.is_ssa) {
|
||||
nir_ssa_dest_init(&new_instr->instr, &new_instr->dest,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue