Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.

This commit is contained in:
Eric Anholt
2010-03-31 21:12:12 -10:00
committed by Ian Romanick
parent 528bb85359
commit aeab105342
2 changed files with 0 additions and 2 deletions

1
ir.h
View File

@@ -357,7 +357,6 @@ enum ir_expression_operation {
ir_binop_logic_and, ir_binop_logic_and,
ir_binop_logic_xor, ir_binop_logic_xor,
ir_binop_logic_or, ir_binop_logic_or,
ir_binop_logic_not,
ir_binop_dot, ir_binop_dot,
ir_binop_min, ir_binop_min,

View File

@@ -123,7 +123,6 @@ void ir_print_visitor::visit(ir_expression *ir)
"&&", "&&",
"^^", "^^",
"||", "||",
"!",
"dot", "dot",
"min", "min",
"max", "max",