mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
glsl: Don't dead-built-in varying eliminate in the condition of an assignment
At this point, this should always be NULL. Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14573>
This commit is contained in:
parent
231459ad26
commit
97ffca80a8
1 changed files with 0 additions and 1 deletions
|
|
@ -489,7 +489,6 @@ public:
|
|||
virtual ir_visitor_status visit_leave(ir_assignment *ir)
|
||||
{
|
||||
handle_rvalue(&ir->rhs);
|
||||
handle_rvalue(&ir->condition);
|
||||
|
||||
/* We have to use set_lhs when changing the LHS of an assignment. */
|
||||
ir_rvalue *lhs = ir->lhs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue