ir_constant_expression: Use "this" pointer directly.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Jul 2010 17:20:51 +0000 (10:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Jul 2010 00:10:05 +0000 (17:10 -0700)
commit98f32a13bef1eef732304eb8e2781e08835ff69a
tree3bf0e9c8a8887b4e5a0ba253bee772f38084ae52
parentfb2ffd2846b48cb50128fb74df56f2ee63179832
ir_constant_expression: Use "this" pointer directly.

In ir_expression's signature, I replaced ir->operands[i] with op[i] as
it is more concise; an assertion already ensures these are equal.
src/glsl/ir_constant_expression.cpp