glsl: Initialize data in ast_function_expression::hir.
authorVinson Lee <vlee@vmware.com>
Sun, 29 Aug 2010 21:05:07 +0000 (14:05 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 29 Aug 2010 21:05:07 +0000 (14:05 -0700)
commit0c93e69b25559225d3124d5a0deaaeceabf8cb12
treee17ae47c456d829f3e42cf5af89a25e7d29d3ee6
parent30a086552827b82738421ff2d562e3c8c1da2735
glsl: Initialize data in ast_function_expression::hir.

Completely initialize data that is passed to ir_constant constructor.

Fixes piglit glsl-orangebook-ch06-bump valgrind uninitialized variable
error on softpipe and llvmpipe.
src/glsl/ast_function.cpp