projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c8b92
)
nir: Fix typo in comment
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 12 Apr 2016 01:40:02 +0000
(18:40 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 12 Apr 2016 02:24:19 +0000
(19:24 -0700)
Trivial.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/compiler/nir/nir_opt_dce.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_opt_dce.c
b/src/compiler/nir/nir_opt_dce.c
index 32436c18b60f6098ea528668178ce4c87b2f30a2..cab09dfffc321c545cd66ca35dcaa34e47c2c56f 100644
(file)
--- a/
src/compiler/nir/nir_opt_dce.c
+++ b/
src/compiler/nir/nir_opt_dce.c
@@
-71,7
+71,7
@@
init_instr(nir_instr *instr, struct exec_list *worklist)
nir_tex_instr *tex_instr;
/* We use the pass_flags to store the live/dead information. In DCE, we
- * just treat it as a zero/non-zer
l
boolean for whether or not the
+ * just treat it as a zero/non-zer
o
boolean for whether or not the
* instruction is live.
*/
instr->pass_flags = 0;