glsl: Move is_array_or_matrix outside visitor class
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 18 Jul 2011 16:51:34 +0000 (09:51 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 23 Jul 2011 08:24:18 +0000 (01:24 -0700)
commit8d5f3cef795428d7a95120416122a39c10cff11c
tree9e1d9506680227e3c18ae31b7b6272aea8846626
parent5161aff48af2fe0171be06fc727a000ad300fbd9
glsl: Move is_array_or_matrix outside visitor class

There's no reason for it to be there, and another class that may not
have access to the visitor will need it soon.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/lower_variable_index_to_cond_assign.cpp