mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.
This commit is contained in:
parent
528bb85359
commit
aeab105342
2 changed files with 0 additions and 2 deletions
1
ir.h
1
ir.h
|
|
@ -357,7 +357,6 @@ enum ir_expression_operation {
|
|||
ir_binop_logic_and,
|
||||
ir_binop_logic_xor,
|
||||
ir_binop_logic_or,
|
||||
ir_binop_logic_not,
|
||||
|
||||
ir_binop_dot,
|
||||
ir_binop_min,
|
||||
|
|
|
|||
|
|
@ -123,7 +123,6 @@ void ir_print_visitor::visit(ir_expression *ir)
|
|||
"&&",
|
||||
"^^",
|
||||
"||",
|
||||
"!",
|
||||
"dot",
|
||||
"min",
|
||||
"max",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue