diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-12 18:35:20 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-12 18:51:55 -0700 |
commit | 11fc7beb2fa82179cfd9202449e1365b28f868a9 (patch) | |
tree | adccbf42ac361f18ba50479ce82484f31c94d118 /src/glsl/linker.cpp | |
parent | 13f782c4ae4e38e64ec4fe87a1c24597a5e894c3 (diff) |
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.
Diffstat (limited to 'src/glsl/linker.cpp')
0 files changed, 0 insertions, 0 deletions