Module: Mesa
Branch: master
Commit: 08eced3cfd8cb3b5d7f7de1098dabcfdf7dd3650
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=08eced3cfd8cb3b5d7f7de1098dabcfdf7dd3650

Author: Jason Ekstrand <jason.ekstr...@intel.com>
Date:   Thu Jan 12 14:09:30 2017 -0800

nir/gcm: Fix a typo in a comment

Reported-by: Matt Turner <matts...@gmail.com>

---

 src/compiler/nir/nir_opt_gcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/nir/nir_opt_gcm.c b/src/compiler/nir/nir_opt_gcm.c
index 9d7f59c..cff2315 100644
--- 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 know 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.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to