diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-05-01 00:31:35 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-05-01 00:31:35 -0700 |
commit | 05ddebac0a45bf07fa60b04b22f29234ca26a4a4 (patch) | |
tree | 501d04d5dce82c574eb3d59bf16650ee5c3f217e /tests/array-05.glsl | |
parent | c07fdae33f083f6337a2810c36d6dcb2dbeacff2 (diff) |
Fix ir_return cloning to actually use the cloned subexpression.
This caused a nasty bug where the function inliner would create new
variables for each of the formal parameters, but the body would still
reference the old copies.
This was highly visible since the dead code eliminator (rightly) removed
the new declarations, leading to printed IR that referenced non-existent
variable names.
Diffstat (limited to 'tests/array-05.glsl')
0 files changed, 0 insertions, 0 deletions