projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31266e
)
glsl: Fix a comment typo in copy propagation.
author
Eric Anholt
<eric@anholt.net>
Sat, 29 Jan 2011 21:50:21 +0000
(07:50 +1000)
committer
Eric Anholt
<eric@anholt.net>
Fri, 4 Feb 2011 18:18:38 +0000
(12:18 -0600)
src/glsl/opt_copy_propagation.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/opt_copy_propagation.cpp
b/src/glsl/opt_copy_propagation.cpp
index 4ab23bf9b0cd592bc783df872a2a20e8d18e93a4..387db6423541efcbe75a994994e1a2e845822d5c 100644
(file)
--- a/
src/glsl/opt_copy_propagation.cpp
+++ b/
src/glsl/opt_copy_propagation.cpp
@@
-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 (nec
e
ssarily) know the side effects of
* this call. So kill all copies.
*/
acp->make_empty();