These would never fire.
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
case ir_unop_unpack_half_2x16_split_x:
case ir_unop_unpack_half_2x16_split_y:
case ir_binop_pack_half_2x16_split:
- assert("!not reached: expression operates on scalars only");
+ assert(!"not reached: expression operates on scalars only");
break;
}
return dst_null_f();
default:
- assert("vec4_vp: bad destination register file");
+ assert(!"vec4_vp: bad destination register file");
return dst_reg(this, glsl_type::vec4_type);
}