Constant-fold constructor parameters after type conversion
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 7 Jun 2010 22:08:04 +0000 (15:08 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Jun 2010 20:51:42 +0000 (13:51 -0700)
commit00eb466e38733f386794b35ae5b0aab18b60b1d2
tree4f49417f595b28eb48f6906913e3c00fff2a89aa
parent9e08d019ce36aca8c5c95abbe0b07e8de8b7cf16
Constant-fold constructor parameters after type conversion

This causes the following tests to pass:

         glslparsertest/shaders/CorrectMatComma2.frag

One of the incorrect errors in glslparsertest/shaders/CorrectComma.frag
is also eliminated.
ast_function.cpp