ir_constant_expression: Initialize op[0] and op[1] to NULL.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 3 Jul 2010 00:12:23 +0000 (17:12 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Jul 2010 23:03:33 +0000 (16:03 -0700)
commit6bc432e14e12c280bc53e57338bf86fbf8d26885
treef93f94e8deb9d345e661dc5d148c5f8c7145dfe6
parentc63a1db81f56cc2021fe1fb2411c327f720b0e09
ir_constant_expression: Initialize op[0] and op[1] to NULL.

This makes it easy to check if there is a second argument.
src/glsl/ir_constant_expression.cpp