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

View File

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