glsl: Remove the ir_binop_cross opcode.

This commit is contained in:
Kenneth Graunke
2010-11-17 13:59:17 -08:00
parent af1cba2260
commit 9935fe705d
7 changed files with 8 additions and 54 deletions

View File

@@ -252,7 +252,6 @@ ir_expression::get_num_operands(ir_expression_operation op)
2, /* ir_binop_logic_or */
2, /* ir_binop_dot */
2, /* ir_binop_cross */
2, /* ir_binop_min */
2, /* ir_binop_max */
@@ -317,7 +316,6 @@ static const char *const operator_strs[] = {
"^^",
"||",
"dot",
"cross",
"min",
"max",
"pow",