ir_algebraic: Convert ir_unop_logic_not handler to use a switch statement
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 9 Aug 2010 16:54:47 +0000 (09:54 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 9 Aug 2010 17:19:39 +0000 (10:19 -0700)
commitfe277089c7a9bb402ef40d89f641b69fb508f2dc
tree9fb1727a1437220c4b7d12bbaf769d13f25d7d47
parent3adce986c498539d9a5d8db95926e66e1315da03
ir_algebraic: Convert ir_unop_logic_not handler to use a switch statement

Currently only ir_binop_equal and ir_binop_nequal are supported, but
soon all of the relational operators will be added.  Making this
change now will simplify those commits.
src/glsl/ir_algebraic.cpp