mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
nir: Fix typo.
This commit is contained in:
parent
3fb56805f0
commit
babd0fa3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1287,7 +1287,7 @@ nir_visitor::visit(ir_expression *ir)
|
|||
break;
|
||||
case ir_binop_logic_xor:
|
||||
if (supports_ints)
|
||||
op - nir_op_ixor;
|
||||
op = nir_op_ixor;
|
||||
else
|
||||
op = nir_op_fxor;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue