glsl/ir_factory: Initialize members to NULL in constructor
authorChad Versace <chad.versace@linux.intel.com>
Wed, 16 Jan 2013 01:29:21 +0000 (17:29 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Fri, 25 Jan 2013 05:24:10 +0000 (21:24 -0800)
commitfafcbf52b7a45494e11488eb37d1e0b036ac8e4b
treeb4aaa822b38d77a3622a778b711dee03120fa625
parent542c7a30224211de8d7df5025a5308559f33197b
glsl/ir_factory: Initialize members to NULL in constructor

This eliminates unexpected behavior due to unitialized values.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/glsl/ir_builder.h