glsl: Fix typo in ir_unop_f2u implementation
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Jul 2016 00:06:34 +0000 (17:06 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 17 Aug 2016 09:52:39 +0000 (10:52 +0100)
commitcf58e3f52248f670e5269bc2180db091d022aa47
tree470aa240e1b9eba6429ad110a18e9f8a63e1ba8b
parent8b123b08cba852b5c9660cc0b6c02c37d432baa9
glsl: Fix typo in ir_unop_f2u 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