glsl: add ir_unop_round_even case to silence unhandled enum warning

This commit is contained in:
Brian Paul
2010-10-15 15:44:01 -06:00
parent fb8f3d7711
commit b2578ef873

View File

@@ -267,6 +267,7 @@ ir_validate::visit_leave(ir_expression *ir)
break;
case ir_unop_trunc:
case ir_unop_round_even:
case ir_unop_ceil:
case ir_unop_floor:
case ir_unop_fract: