glsl: Fix typo in ir_unop_b2i implementation
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 11 Jul 2016 22:38:00 +0000 (15:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 17 Aug 2016 09:52:39 +0000 (10:52 +0100)
commit8b123b08cba852b5c9660cc0b6c02c37d432baa9
treec69553406c17e29a8ed48b6684dc2a417a53afae
parentcd8764737e8b0caedc8500ad0829ebff6d2a3a8f
glsl: Fix typo in ir_unop_b2i implementation

This won't affect the output, but it was, technically, wrong.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/ir_constant_expression.cpp