pan/mdg: Delete stray comment
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 4 Feb 2022 23:10:57 +0000 (18:10 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 18 Feb 2022 15:04:47 +0000 (15:04 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14888>

src/panfrost/midgard/midgard_compile.c

index 71bb4c6..a8abdd9 100644 (file)
@@ -358,9 +358,6 @@ midgard_vectorize_filter(const nir_instr *instr, void *data)
         return true;
 }
 
-
-/* Flushes undefined values to zero */
-
 static void
 optimise_nir(nir_shader *nir, unsigned quirks, bool is_blend)
 {