projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087e172
)
nir/gcm: Fix a typo in a comment
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 12 Jan 2017 22:09:30 +0000
(14:09 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 12 Jan 2017 22:56:55 +0000
(14:56 -0800)
Reported-by: Matt Turner <mattst88@gmail.com>
src/compiler/nir/nir_opt_gcm.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_opt_gcm.c
b/src/compiler/nir/nir_opt_gcm.c
index 9d7f59c8b33a0336c8619f96377bf48dc8eb1f3d..cff2315da30d6141be68335d301b8bd3b4c3d5ab 100644
(file)
--- a/
src/compiler/nir/nir_opt_gcm.c
+++ b/
src/compiler/nir/nir_opt_gcm.c
@@
-320,7
+320,7
@@
gcm_schedule_late_def(nir_ssa_def *def, void *void_state)
if (lca == NULL)
return true;
- /* We
k
now have the LCA of all of the uses. If our invariants hold,
+ /* We now have the LCA of all of the uses. If our invariants hold,
* this is dominated by the block that we chose when scheduling early.
* We now walk up the dominance tree and pick the lowest block that is
* as far outside loops as we can get.