Ensure that both parameter lists are the same length in function overloading.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 21 Apr 2010 18:52:05 +0000 (11:52 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Apr 2010 22:36:36 +0000 (15:36 -0700)
commit67a092ae09dbb2dd820aab5aa7742d3f884d6cd4
tree4929579dd2967dc567d71599e00746f06155f1f0
parentff236fa9b6a35ce261098d288f77f238c3286e15
Ensure that both parameter lists are the same length in function overloading.

Fixes new test function-05.glsl, where the second function has matching
parameter types, but less of them.
ast_to_hir.cpp
tests/function-05.glsl [new file with mode: 0644]