glsl: Fix up a comment explaining what a visitor class does.
authorEric Anholt <eric@anholt.net>
Mon, 16 Apr 2012 16:17:46 +0000 (09:17 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 19 Apr 2012 23:33:09 +0000 (16:33 -0700)
commit36a8c9caafef79524920120286649a0f53fe5228
tree75818caa7f6a6326489bdc65eccea390d4bf6f98
parentc07290ddb2bf3095b9f5a1e0b33697999834fa0e
glsl: Fix up a comment explaining what a visitor class does.

Ken noted that some of the "actual work" was happening in the caller
of this class.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/opt_array_splitting.cpp