ir_function: Make matching_signature not return const
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 13 Jul 2010 01:35:20 +0000 (18:35 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 13 Jul 2010 01:51:55 +0000 (18:51 -0700)
commit11fc7beb2fa82179cfd9202449e1365b28f868a9
treeadccbf42ac361f18ba50479ce82484f31c94d118
parent13f782c4ae4e38e64ec4fe87a1c24597a5e894c3
ir_function: Make matching_signature not return const

The linker needs to use this function to get specific function signatures, but
it also needs to modify the returned signature.  Since this method isn't itself
const (i.e., const this pointer), there is no value in making a const and
non-const version.
src/glsl/ir.h
src/glsl/ir_function.cpp