diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-22 16:45:37 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-22 16:50:37 -0700 |
commit | 0a89175a35ba3ac2a94d0ba9bcc9926edc8927e3 (patch) | |
tree | a56971cac668b8cba2cc0aa61b2e74cd7eed6675 /src/glsl/ir_function.cpp | |
parent | 3c033637de7def553559c11d037f2e8bbb750f77 (diff) |
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.
Diffstat (limited to 'src/glsl/ir_function.cpp')
0 files changed, 0 insertions, 0 deletions