Mesa (master): nir: Remove outdated comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 28 15:13:17 UTC 2018


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

Author: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>
Date:   Mon Aug 27 15:18:10 2018 -0700

nir: Remove outdated comment

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/compiler/nir/nir_deref.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/compiler/nir/nir_deref.c b/src/compiler/nir/nir_deref.c
index c8851688f9..097ea8f104 100644
--- a/src/compiler/nir/nir_deref.c
+++ b/src/compiler/nir/nir_deref.c
@@ -271,9 +271,6 @@ nir_fixup_deref_modes(nir_shader *shader)
    }
 }
 
-/** Returns true if the storage referrenced to by deref completely contains
- * the storage referenced by sub.
- */
 nir_deref_compare_result
 nir_compare_deref_paths(nir_deref_path *a_path,
                         nir_deref_path *b_path)




More information about the mesa-commit mailing list