mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
glsl: Fix a comment typo in copy propagation.
This commit is contained in:
parent
e31266ed3e
commit
b6d49ab843
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ ir_copy_propagation_visitor::visit_enter(ir_call *ir)
|
|||
sig_param_iter.next();
|
||||
}
|
||||
|
||||
/* Since we're unlinked, we don't (necssarily) know the side effects of
|
||||
/* Since we're unlinked, we don't (necessarily) know the side effects of
|
||||
* this call. So kill all copies.
|
||||
*/
|
||||
acp->make_empty();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue