Replace several glsl_type field comparisons with a single pointer comparison
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:05:43 +0000 (13:05 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:05:43 +0000 (13:05 -0700)
commit80b5ed6e63481237f5e0355b6b096d43a9332fb2
tree730c5f2f3610a27c92853655de955acc58d79cd7
parent252127c379404f0c0c23a5f0e2e4175816f7e903
Replace several glsl_type field comparisons with a single pointer comparison

This simplifies the process of matching function parameter types.
More simplifications are probably possible here, but arrays and
structures need to be implemented first.
ir_function.cpp