glsl2: Initialize ir_instruction::type and ir_rvalue::type.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:45:37 +0000 (16:45 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:50:37 +0000 (16:50 -0700)
commit0a89175a35ba3ac2a94d0ba9bcc9926edc8927e3
treea56971cac668b8cba2cc0aa61b2e74cd7eed6675
parent3c033637de7def553559c11d037f2e8bbb750f77
glsl2: Initialize ir_instruction::type and ir_rvalue::type.

Top-level instructions now get NULL as their default type (since type is
irrelevant for things like ir_function), while ir_rvalues get error_type
by default.

This should make it easier to tell if we've forgotten to set a type.  It
also fixes some "Conditional jump or move depends on uninitialized
value" errors in valgrind caused by ir_validate examining the type of
top level ir_instructions, which weren't set.
src/glsl/ir.cpp
src/glsl/ir.h